diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-02-02 11:49:30 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-02-02 11:49:30 +0100 |
commit | 8c2be15938e3ec559429e4137420ac246c9f7641 (patch) | |
tree | 985da2395afe5f2fbafa6e8c1cfc4296a6cb4f58 /core/sudo | |
parent | 9d0a374dab604311fd494d33b285d61d61d1d906 (diff) | |
parent | ac5ada660240f37d7347e42123071990f616e418 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community-staging/mtpaint/PKGBUILD
community-testing/mtpaint/PKGBUILD
community-testing/rawtherapee/PKGBUILD
community/gedit-plugins/PKGBUILD
core/iptables/PKGBUILD
core/sudo/PKGBUILD
extra/xfce4-xkb-plugin/PKGBUILD
multilib/lib32-zlib/PKGBUILD
staging/mtpaint/PKGBUILD
testing/kmod/PKGBUILD
testing/openjdk6/PKGBUILD
testing/run-parts/PKGBUILD
testing/xulrunner/PKGBUILD
Diffstat (limited to 'core/sudo')
-rw-r--r-- | core/sudo/PKGBUILD | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/core/sudo/PKGBUILD b/core/sudo/PKGBUILD index a78fcaeb9..b8b02c7e0 100644 --- a/core/sudo/PKGBUILD +++ b/core/sudo/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 141376 2011-10-30 06:48:48Z allan $ +# $Id: PKGBUILD 148401 2012-01-31 11:16:55Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=sudo -_ver=1.8.3p1 +_ver=1.8.3p2 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}} -pkgrel=1.1 +pkgrel=2 pkgdesc="Give certain users the ability to run some commands as root" arch=('i686' 'x86_64' 'mips64el') url="http://www.sudo.ws/sudo/" @@ -15,8 +15,8 @@ backup=('etc/sudoers' 'etc/pam.d/sudo') options=('!libtool' '!makeflags') source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$_ver.tar.gz{,.sig} sudo.pam) -md5sums=('7becc572fa97f94cf721a2ee8299c45b' - 'b0726a25694fb2cdd5e1c146eb024e9c' +md5sums=('6d4282a1530c541f7900fa8dfcf2a882' + '07e3c5c79d78db50674d5ad17963d631' '4e7ad4ec8f2fe6a40e12bcb2c0b256e3') build() { @@ -32,6 +32,8 @@ package() { 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" |