Changeset 227
- Timestamp:
- 08/09/07 09:05:03 (16 months ago)
- Files:
-
- 1 modified
-
linux-latest/trunk/debian/rules (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
linux-latest/trunk/debian/rules
r225 r227 2 2 # -*- makefile -*- 3 3 4 ARCH=$(shell dpkg --print-architecture)4 FLAV=$(shell if [ `dpkg --print-architecture` == "amd64" ]; then echo amd64; else echo 486; fi) 5 5 6 6 build: 7 sed -i -e "s/amd64/$( ARCH)/g" debian/control7 sed -i -e "s/amd64/$(FLAV)/g" debian/control 8 8 clean: 9 9 dh_testdir
