mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 08:25:35 +00:00
fix the sid debian packaging too
This commit is contained in:
parent
1415fa8a05
commit
790be15f06
@ -7,6 +7,12 @@ DEB_PYTHON_SYSTEM=pycentral
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/python-distutils.mk
|
||||
|
||||
PREFIX=$(shell pwd)/debian/allmydata-tahoe/usr
|
||||
|
||||
build/allmydata-tahoe::
|
||||
cd src/pyfec && python2.4 setup.py install --prefix=$(PREFIX)
|
||||
cd src/Crypto && python2.4 setup.py install --prefix=$(PREFIX)
|
||||
python2.4 setup.py install --prefix=$(PREFIX)
|
||||
|
||||
install/allmydata-tahoe::
|
||||
dh_installdocs client.tac queen.tac
|
||||
|
Loading…
x
Reference in New Issue
Block a user