[arch-commits] Commit in elementary-icon-theme/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Thu Jul 16 07:53:18 UTC 2015


    Date: Thursday, July 16, 2015 @ 09:53:17
  Author: alucryd
Revision: 136974

upgpkg: elementary-icon-theme 3.2.1-2

Modified:
  elementary-icon-theme/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-16 03:40:16 UTC (rev 136973)
+++ PKGBUILD	2015-07-16 07:53:17 UTC (rev 136974)
@@ -6,7 +6,7 @@
 
 pkgname=elementary-icon-theme
 pkgver=3.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='An icon theme designed to be smooth, sexy, clear, and efficient'
 arch=('any')
 url='https://launchpad.net/elementaryicons'
@@ -27,6 +27,9 @@
 package() {
   install -dm 755 "${pkgdir}"/usr/share/icons
   cp -dr --no-preserve='ownership' elementary-icon-theme-${pkgver} "${pkgdir}"/usr/share/icons/elementary
+
+  find "${pkgdir}" -type d -exec chmod 755 {} +
+  find "${pkgdir}" -type f -exec chmod 644 {} +
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list