Skip to content

Commit 72ddb29

Browse files
committed
rm print debug and replace site-packages with list-packages
1 parent 9d1828a commit 72ddb29

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

debian/rules

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +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-
ls -R debian/gf
37-
D="`find debian/gf -name site-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 site-packages dist-packages
3837

3938
override_dh_auto_clean:
4039
rm -fr dist/build

0 commit comments

Comments
 (0)