diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-10 20:58:24 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-10 20:58:24 +0100 |
commit | 19977eff173838f2485669620e30e24626777988 (patch) | |
tree | e85c22b0c3f0c8c952f9d9fe43e38decdecf81e3 /base/pkgutils/Pkgfile | |
parent | 1f4bbcbdb81f54e00f89ecfa1b51a0bef62d9eba (diff) | |
download | nutyx-extra-19977eff173838f2485669620e30e24626777988.tar.gz nutyx-extra-19977eff173838f2485669620e30e24626777988.tar.bz2 nutyx-extra-19977eff173838f2485669620e30e24626777988.tar.xz nutyx-extra-19977eff173838f2485669620e30e24626777988.zip |
maj pkgutils#5.34.0-1
Diffstat (limited to 'base/pkgutils/Pkgfile')
-rw-r--r-- | base/pkgutils/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/base/pkgutils/Pkgfile b/base/pkgutils/Pkgfile index 1483ad9fb..b84fbaac0 100644 --- a/base/pkgutils/Pkgfile +++ b/base/pkgutils/Pkgfile @@ -6,13 +6,13 @@ name=pkgutils version=5.34.0 -release=1 +release=2 source=(http://crux.nu/files/$name-$version.tar.gz \ -nutyx-2009.1.patch) +nutyx-2009.2.patch) build () { cd $name-$version mkdir -p $PKG/usr/share -patch -Np1 -i ../nutyx-2009.1.patch +patch -Np1 -i ../nutyx-2009.2.patch make DESTDIR=$PKG install case `uname -m` in x86_64) |