diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-09-08 22:47:01 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-09-08 22:47:01 +0200 |
commit | 2516921cc8d37126ab30db439cdd33b0b21b805e (patch) | |
tree | 25db9eeb7247dfc379fd166933befc99cec69917 /base | |
parent | b6e302b8a0d15f6d9885fb990bc14c45408fd462 (diff) | |
download | nutyx-pakxe-2516921cc8d37126ab30db439cdd33b0b21b805e.tar.gz nutyx-pakxe-2516921cc8d37126ab30db439cdd33b0b21b805e.tar.bz2 nutyx-pakxe-2516921cc8d37126ab30db439cdd33b0b21b805e.tar.xz nutyx-pakxe-2516921cc8d37126ab30db439cdd33b0b21b805e.zip |
maj pkgutils#5.35.0-2
Diffstat (limited to 'base')
-rw-r--r-- | base/pkgutils/.md5sum | 2 | ||||
-rw-r--r-- | base/pkgutils/Pkgfile | 6 | ||||
-rw-r--r-- | base/pkgutils/nutyx-attapu.2.patch (renamed from base/pkgutils/nutyx-attapu.1.patch) | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/base/pkgutils/.md5sum b/base/pkgutils/.md5sum index 98be821fc..5512e834e 100644 --- a/base/pkgutils/.md5sum +++ b/base/pkgutils/.md5sum @@ -1,2 +1,2 @@ -00e6658a19d7b8192b8b4cd81a315b13 nutyx-attapu.1.patch +05273aa3ec5be328b8b92507d8ce11ca nutyx-attapu.2.patch edbe9ace5fb6e9a2cae806d2eabf62f1 pkgutils-5.35.0.tar.gz diff --git a/base/pkgutils/Pkgfile b/base/pkgutils/Pkgfile index 7dd02602f..6e97583ce 100644 --- a/base/pkgutils/Pkgfile +++ b/base/pkgutils/Pkgfile @@ -5,13 +5,13 @@ name=pkgutils version=5.35.0 -release=1 +release=2 source=(http://crux.nu/files/$name-$version.tar.gz \ -nutyx-attapu.1.patch) +nutyx-attapu.2.patch) build () { cd $name-$version mkdir -p $PKG/usr/share -patch -Np1 -i ../nutyx-attapu.1.patch +patch -Np1 -i ../nutyx-attapu.2.patch make DESTDIR=$PKG install case `uname -m` in x86_64) diff --git a/base/pkgutils/nutyx-attapu.1.patch b/base/pkgutils/nutyx-attapu.2.patch index df13057cd..b319e5f87 100644 --- a/base/pkgutils/nutyx-attapu.1.patch +++ b/base/pkgutils/nutyx-attapu.2.patch @@ -155,7 +155,7 @@ -# PKGMK_PACKAGE_DIR="$PWD" -# PKGMK_WORK_DIR="$PWD/work" +PKGMK_SOURCE_DIR="/srv/sources" -+PKGMK_PACKAGE_DIR="/srv/NuTyX/locale" ++# PKGMK_PACKAGE_DIR="$PWD" +PKGMK_WORK_DIR="/tmp/work" # PKGMK_DOWNLOAD="no" # PKGMK_IGNORE_FOOTPRINT="no" |