Projects/laydi
Projects
/
laydi
Archived
7
0
Fork 0

debian/rules builds a bit smoother by running configure with both --root and --prefix.

This commit is contained in:
Einar Ryeng 2008-12-05 20:03:02 +00:00
parent d3eba1cd8b
commit 45a06fab7f
1 changed files with 1 additions and 2 deletions

3
debian/rules vendored
View File

@ -36,8 +36,7 @@ install-python%:
dh_testroot
dh_clean -k
dh_installdirs
./configure --prefix ${CURDIR}/debian/fluents/usr
sed -i 's:${CURDIR}/debian/fluents::' fluents/paths.py
./configure --root ${CURDIR}/debian/fluents/ --prefix /usr
make install
# python$* setup.py install --root=$(CURDIR)/debian/fluents --install-data=/usr/share/fluents