debian/rules builds a bit smoother by running configure with both --root and --prefix.
This commit is contained in:
parent
d3eba1cd8b
commit
45a06fab7f
|
@ -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
|
||||
|
||||
|
|
Reference in New Issue