Skip to content

Commit 381589a

Browse files
committed
replace site-packages with list-packages everywhere for debian
1 parent 6b127f6 commit 381589a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ override_dh_auto_install:
3333
cd src/runtime/c && bash setup.sh copy prefix=$(CURDIR)/debian/gf/usr
3434
cd src/runtime/python && python setup.py install --prefix=$(CURDIR)/debian/gf/usr
3535
# cd src/runtime/java && make INSTALL_PATH=$(CURDIR)/debian/gf/usr install
36-
D="`find debian/gf -name dist-packages`" && [ -n "$$D" ] && cd $$D && cd .. && mv site-packages dist-packages
36+
D="`find debian/gf -name dist-packages`" && [ -n "$$D" ] && cd $$D && cd .. && mv dist-packages dist-packages
3737

3838
override_dh_auto_clean:
3939
rm -fr dist/build

0 commit comments

Comments
 (0)