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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Jan 17 13:20:51 UTC 2010


    Date: Sunday, January 17, 2010 @ 08:20:50
  Author: andyrtr
Revision: 63394

supress LD_PRELOAD error messages

Modified:
  go-openoffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-17 13:17:13 UTC (rev 63393)
+++ PKGBUILD	2010-01-17 13:20:50 UTC (rev 63394)
@@ -133,7 +133,7 @@
 	# compress the sources after first run
 #	tar -cvzf ${SRCDEST}/${_ootag}.tar.gz ../clone && return 1
 	
-	make  || return 1
+	LD_PRELOAD="" make  || return 1
 	make DESTDIR=${pkgdir} install || return 1
 
        # install all built dictionaries from source tree




More information about the arch-commits mailing list