[Python-modules-commits] r12895 - in packages/pythonmagick/trunk/debian (rules)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Wed May 12 20:21:57 UTC 2010


    Date: Wednesday, May 12, 2010 @ 20:21:55
  Author: bzed
Revision: 12895

fix Python linkage.

Modified:
  packages/pythonmagick/trunk/debian/rules

Modified: packages/pythonmagick/trunk/debian/rules
===================================================================
--- packages/pythonmagick/trunk/debian/rules	2010-05-12 20:17:43 UTC (rev 12894)
+++ packages/pythonmagick/trunk/debian/rules	2010-05-12 20:21:55 UTC (rev 12895)
@@ -47,7 +47,7 @@
 configure-%-stamp: $(QUILT_STAMPFN) autotools-dev-stamp
 	dh_testdir
 	mkdir $(CURDIR)/$*
-	ln -s /usr/bin/python-$* $(CURDIR)/$*/python
+	ln -s /usr/bin/python$* $(CURDIR)/$*/python
 	cd $(CURDIR)/$*; export PATH=$(CURDIR)/$*:$$PATH ;\
 	  $(CONFENV) $(CURDIR)/configure $(CONFFLAGS)
 	touch $@




More information about the Python-modules-commits mailing list