diff options
author | sibel <lesibel@free.fr> | 2010-09-09 12:31:27 +0200 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-09-09 12:31:27 +0200 |
commit | 87daa324ce8f80c34f47d6d927868eff5db112ad (patch) | |
tree | 23f41df3bfe442e53892c24807f3a6122fd74d24 /base/pkgutils | |
parent | 9324036e06678e9dc090b0903f704c3e17869f79 (diff) | |
parent | a9fd14f65e9135ab32dac7eff76464050236e394 (diff) | |
download | nutyx-extra-87daa324ce8f80c34f47d6d927868eff5db112ad.tar.gz nutyx-extra-87daa324ce8f80c34f47d6d927868eff5db112ad.tar.bz2 nutyx-extra-87daa324ce8f80c34f47d6d927868eff5db112ad.tar.xz nutyx-extra-87daa324ce8f80c34f47d6d927868eff5db112ad.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/attapu
Diffstat (limited to 'base/pkgutils')
-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" |