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

andyrtr at archlinux.org andyrtr at archlinux.org
Thu Oct 7 06:35:32 UTC 2010


    Date: Thursday, October 7, 2010 @ 02:35:31
  Author: andyrtr
Revision: 94424

upgpkg: libreoffice 3.2.99.1-1
final initial LibO package based on the deprecated go-openoffice pkh; it's still beta release based on vanilla 3.3 beta tree; ready for new python

Modified:
  libreoffice/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-07 05:49:25 UTC (rev 94423)
+++ PKGBUILD	2010-10-07 06:35:31 UTC (rev 94424)
@@ -358,4 +358,10 @@
 	cd ${srcdir}/${pkgname}-build-${_LOver}
 	#bin/ooinstall <path-to-install>
 	LD_PRELOAD="" make DESTDIR=${pkgdir} install || return 1
-}
\ No newline at end of file
+
+	#fix http://bugs.archlinux.org/task/17656
+	find ${pkgdir} -perm 444 -exec ls -lh {} \; 
+	find ${pkgdir} -perm 444 -exec chmod 644 {} \;
+	find ${pkgdir} -perm 555 -exec ls -lh {} \;
+	find ${pkgdir} -perm 555 -exec chmod 755 {} \;
+}




More information about the arch-commits mailing list