[arch-commits] Commit in man-pages-ru/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Wed Apr 26 16:24:45 UTC 2017


    Date: Wednesday, April 26, 2017 @ 16:24:43
  Author: spupykin
Revision: 225694

FS#53830
upgpkg: man-pages-ru 4.08_2329_2272_20170321-2

Modified:
  man-pages-ru/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-26 16:16:09 UTC (rev 225693)
+++ PKGBUILD	2017-04-26 16:24:43 UTC (rev 225694)
@@ -4,7 +4,7 @@
 
 pkgname=man-pages-ru
 pkgver=4.08_2329_2272_20170321
-pkgrel=1
+pkgrel=2
 pkgdesc="Russian Linux man pages"
 arch=(any)
 url="https://sourceforge.net/projects/man-pages-ru/"
@@ -21,4 +21,6 @@
   # this is included in shadow
   rm -f man5/passwd.5*
   rm -f man3/getspnam.3*
+  find . -type d -exec chmod 0755 {} \;
+  find . -type f -exec chmod 0644 {} \;
 }



More information about the arch-commits mailing list