[arch-commits] Commit in python/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Mon Apr 20 08:04:39 UTC 2009


    Date: Monday, April 20, 2009 @ 04:04:39
  Author: allan
Revision: 36174

add a symlink to help some packages find the shared library

Modified:
  python/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +++
 1 file changed, 3 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-04-20 05:24:04 UTC (rev 36173)
+++ PKGBUILD	2009-04-20 08:04:39 UTC (rev 36174)
@@ -41,6 +41,9 @@
   ln -sf python${_pybasever} ${pkgdir}/usr/bin/python
   ln -sf python${_pybasever} ${pkgdir}/usr/bin/python2
 
+  ln -sf ../../libpython${_pybasever}.so \
+    ${pkgdir}/usr/lib/python${_pybasever}/config/libpython${_pybasever}.so
+
   # Install the tools
   #modulator
   sed -i "s#%%PYBASEVER%%#${_pybasever}#" ${srcdir}/modulator-launcher




More information about the arch-commits mailing list