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

Allan McRae allan at archlinux.org
Tue Jan 31 03:30:06 UTC 2012


    Date: Monday, January 30, 2012 @ 22:30:06
  Author: allan
Revision: 148393

upgpkg: sudo 1.8.3.p2-2

fix directory permissions

Modified:
  sudo/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-31 03:24:29 UTC (rev 148392)
+++ PKGBUILD	2012-01-31 03:30:06 UTC (rev 148393)
@@ -5,7 +5,7 @@
 pkgname=sudo
 _ver=1.8.3p2
 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
-pkgrel=1
+pkgrel=2
 pkgdesc="Give certain users the ability to run some commands as root"
 arch=('i686' 'x86_64')
 url="http://www.sudo.ws/sudo/"
@@ -32,6 +32,8 @@
   install -dm755 "$pkgdir/var/lib"
 
   make DESTDIR="$pkgdir" install
+  chmod 755 $pkgdir/var/db
+
   install -Dm644 "$srcdir/sudo.pam" "$pkgdir/etc/pam.d/sudo"
 
   install -Dm644 doc/LICENSE "$pkgdir/usr/share/licenses/sudo/LICENSE"




More information about the arch-commits mailing list