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

Angel Velásquez angvp at archlinux.org
Sat Mar 19 06:54:43 UTC 2011


    Date: Saturday, March 19, 2011 @ 02:54:43
  Author: angvp
Revision: 115676

upgpkg: lsof 4.84-3
Fixing FS#23114

Modified:
  lsof/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-19 05:04:16 UTC (rev 115675)
+++ PKGBUILD	2011-03-19 06:54:43 UTC (rev 115676)
@@ -6,7 +6,7 @@
 
 pkgname=lsof
 pkgver=4.84
-pkgrel=2
+pkgrel=3
 pkgdesc="Lists open files for running Unix processes"
 arch=('i686' 'x86_64')
 url="http://people.freebsd.org/~abe/"
@@ -31,7 +31,7 @@
     FILES=("00CREDITS" "00DCACHE" "00DIALECTS" "00DIST" "00FAQ" "00LSOF-L" "00MANIFEST" "00PORTING" "00QUICKSTART" "00README" "00.README.FIRST" "00TEST" "00XCONFIG") 
     for file in "${FILES[@]}"
     do
-        install -D -m0755 -o root -g root $file \
+        install -D -m0644 -o root -g root $file \
         $pkgdir/usr/share/doc/$pkgname/$file
     done
 




More information about the arch-commits mailing list