mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
debian/rules: a hack to put the python binding in the right directory
The setup.py script puts it under site-packages, but python only looks under dist-packages... Also some minor changes for 'make deb' in Makefile
This commit is contained in:
4
Makefile
4
Makefile
@@ -30,6 +30,6 @@ html::
|
||||
|
||||
# Make a debian package. First add a suitable entry with the correct GF version
|
||||
# number to the top of debian/changelog.
|
||||
# (Tested on Ubuntu 11.10 & 12.04. You need to install dpkg-dev & debhelper.)
|
||||
# (Tested on Ubuntu 14.04. You need to install dpkg-dev & debhelper.)
|
||||
deb:
|
||||
dpkg-buildpackage -us -uc
|
||||
dpkg-buildpackage -b
|
||||
|
||||
Reference in New Issue
Block a user