summaryrefslogtreecommitdiffstats
path: root/shadow/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-07-02 02:37:57 +0200
committerpiernov <piernov@piernov.org>2012-07-02 02:37:57 +0200
commitc98fb510fee51deb11f25bbfe12e8d96a9b79965 (patch)
tree509d3d32c89826ff75b6df6410eec4232f82d92f /shadow/Pkgfile
parente5995d6e6af7d96bc0be28a6a00b74bab7b364fc (diff)
downloadnutyx-pakxe-c98fb510fee51deb11f25bbfe12e8d96a9b79965.tar.gz
nutyx-pakxe-c98fb510fee51deb11f25bbfe12e8d96a9b79965.tar.bz2
nutyx-pakxe-c98fb510fee51deb11f25bbfe12e8d96a9b79965.tar.xz
nutyx-pakxe-c98fb510fee51deb11f25bbfe12e8d96a9b79965.zip
shadow 4.1.5.1-1 màj port
Diffstat (limited to 'shadow/Pkgfile')
-rwxr-xr-xshadow/Pkgfile9
1 files changed, 2 insertions, 7 deletions
diff --git a/shadow/Pkgfile b/shadow/Pkgfile
index 2a0b73fac..61ba71c78 100755
--- a/shadow/Pkgfile
+++ b/shadow/Pkgfile
@@ -6,18 +6,13 @@
# Run on:linux-pam
name=shadow
-version=4.1.5
+version=4.1.5.1
release=1
-source=(http://pkg-shadow.alioth.debian.org/releases/$name-$version.tar.bz2
- http://www.linuxfromscratch.org/patches/lfs/development/$name-$version-nscd-1.patch
- shadow-add-missing-include.patch)
+source=(http://pkg-shadow.alioth.debian.org/releases/$name-$version.tar.bz2)
build() {
cd $name-$version
- patch -p1 < ../$name-$version-nscd-1.patch
- patch -p1 < ../shadow-add-missing-include.patch
-
# Disable the installation of groups
sed -i 's/groups$(EXEEXT) //' src/Makefile.in
find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \;