Changeset 1495
- Timestamp:
- 10/16/09 23:31:33 (5 weeks ago)
- Hashname:
- 20091016213133-85ee7-7d0a234e9c7eb9667d004a079fce75e437c921d8
- Files:
-
- 1 modified
-
debian/rules (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
debian/rules
r1490 r1495 9 9 10 10 PYVERS=$(shell pyversions -vr) 11 12 ifeq ($(PYVERS), 2.5) 13 DISTUTILSINSTLAYOUT = 14 else 15 DISTUTILSINSTLAYOUT = --install-layout=deb 16 endif 11 17 12 18 build: $(PYVERS:%=build-python%) … … 21 27 dh_clean -k -s 22 28 python$* setup.py install --no-compile\ 23 --root $(CURDIR)/debian/tmp --install-layout=deb29 --root $(CURDIR)/debian/tmp $(DISTUTILSINSTLAYOUT) 24 30 25 31 # Fixing example conffile location
