[Python-modules-commits] r3084 - /packages/pythonmagick/trunk/debian/rules
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Fri Aug 24 07:51:20 UTC 2007
Author: piotr
Date: Fri Aug 24 07:51:20 2007
New Revision: 3084
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3084
Log:
add --prefix=/usr
Modified:
packages/pythonmagick/trunk/debian/rules
Modified: packages/pythonmagick/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pythonmagick/trunk/debian/rules?rev=3084&op=diff
==============================================================================
--- packages/pythonmagick/trunk/debian/rules (original)
+++ packages/pythonmagick/trunk/debian/rules Fri Aug 24 07:51:20 2007
@@ -7,7 +7,7 @@
# per patch 01, we need to rebuild it all, though it will probably fail clean
post-patches::
./autogen.pl
- ./configure
+ ./configure --prefix=/usr
binary-install/python-pythonmagick::
dh_pysupport -ppython-pythonmagick
More information about the Python-modules-commits
mailing list