diff options
| author | hallgren <hallgren@chalmers.se> | 2014-06-19 15:45:55 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2014-06-19 15:45:55 +0000 |
| commit | f743217a54e2adb13e13ae5739c2621dc116ba6e (patch) | |
| tree | a2fb0ba2c4a6660b4ecb848fc0f019ea7832d5f6 /Makefile | |
| parent | 3b7f6a271f52f17cd2e991a1d1ebafca325e710a (diff) | |
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
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
