# HG changeset patch # User Paul Boddie # Date 1226189539 -3600 # Node ID dbfba04633a3bd3347b61fc58eb5a0d3d9277fd1 # Parent 15fcac04fed662a1c4b7db27596f565d1429810b Fixed script installation. diff -r 15fcac04fed6 -r dbfba04633a3 packages/ubuntu-gutsy/python-astgrep/debian/rules --- a/packages/ubuntu-gutsy/python-astgrep/debian/rules Sun Nov 09 01:12:08 2008 +0100 +++ b/packages/ubuntu-gutsy/python-astgrep/debian/rules Sun Nov 09 01:12:19 2008 +0100 @@ -15,8 +15,8 @@ touch $@ build-python-scripts: - #python setup.py build_scripts - #touch $@ + python setup.py build_scripts + touch $@ clean: dh_testdir @@ -38,7 +38,7 @@ python$* setup.py install_lib --install-dir $(CURDIR)/debian/python-astgrep/usr/lib/python$*/site-packages install-python-scripts: - #python setup.py install_scripts --install-dir $(CURDIR)/debian/python-astgrep/usr/bin + python setup.py install_scripts --install-dir $(CURDIR)/debian/python-astgrep/usr/bin # Build architecture-independent files here.