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

Sergej Pupykin spupykin at archlinux.org
Tue Mar 3 10:23:40 UTC 2015


    Date: Tuesday, March 3, 2015 @ 11:23:40
  Author: spupykin
Revision: 128600

Modified:
  owncloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-03 10:17:01 UTC (rev 128599)
+++ PKGBUILD	2015-03-03 10:23:40 UTC (rev 128600)
@@ -5,7 +5,7 @@
 
 pkgname=owncloud
 pkgver=8.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A cloud server to store your files centrally on a hardware controlled by you"
 arch=('any')
 url="http://owncloud.org/"
@@ -58,8 +58,8 @@
   ln -s /etc/webapps/${pkgname}/config ${pkgdir}/usr/share/webapps/owncloud/config
   chown -R root:http ${pkgdir}/usr/share/webapps/${pkgname}
 
-#  find ${pkgdir}/usr/share/webapps/owncloud -type f -print0 | xargs -0 chmod 0640
-#  find ${pkgdir}/usr/share/webapps/owncloud -type d -print0 | xargs -0 chmod 0750
+  find ${pkgdir}/usr/share/webapps/owncloud -type f -exec chmod 0644 {} \;
+  find ${pkgdir}/usr/share/webapps/owncloud -type d -exec chmod 0755 {} \;
 #  find ${pkgdir}/etc/webapps/owncloud -type f -print0 | xargs -0 chmod 0640
 #  find ${pkgdir}/etc/webapps/owncloud -type d -print0 | xargs -0 chmod 0750
 }



More information about the arch-commits mailing list