diff options
| author | hallgren <hallgren@chalmers.se> | 2014-06-19 13:39:03 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2014-06-19 13:39:03 +0000 |
| commit | 5b325659f8ca4751868e60cda8cabb4cf478d94c (patch) | |
| tree | a1325ffe97ae7c3b0011efbfb176c1e8fb598fca /debian/rules | |
| parent | b49b6236d03e077c5efce8ceb2d1555b64f84b92 (diff) | |
debian/rules: fix bug that prevented the Python binding from being included
Diffstat (limited to 'debian/rules')
| -rw-r--r-- | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 022a77292..f4e55bb20 100644 --- a/debian/rules +++ b/debian/rules @@ -23,7 +23,7 @@ override_dh_auto_configure: override_dh_auto_install: LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:$(CURDIR)/src/runtime/c/.libs cabal copy --destdir=$(CURDIR)/debian/gf cd src/runtime/c && ./setup.sh copy prefix=$(CURDIR)/debian/gf/usr - cd src/runtime/python && python setup.py install --prefix=$destdir$prefix + cd src/runtime/python && python setup.py install --prefix=$(CURDIR)/debian/gf/usr override_dh_auto_test: ifneq (nocheck,$(filter nocheck,$(DEB_BUILD_OPTIONS))) |
