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

Stéphane Gaudreault stephane at archlinux.org
Mon Nov 29 23:54:19 UTC 2010


    Date: Monday, November 29, 2010 @ 18:54:19
  Author: stephane
Revision: 101653

minor typo

Modified:
  python/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-29 23:34:02 UTC (rev 101652)
+++ PKGBUILD	2010-11-29 23:54:19 UTC (rev 101653)
@@ -32,7 +32,7 @@
   rm -r Modules/_ctypes/{darwin,libffi}*
 
   export OPT="${CFLAGS}"
-  export export CPPFLAGS="`pkg-config --cflags-only-I libffi`"
+  export CPPFLAGS="`pkg-config --cflags-only-I libffi`"
   ./configure --prefix=/usr \
               --enable-shared \
               --with-threads \




More information about the arch-commits mailing list