diff options
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) |