diff options
author | tnut <tnut at nutyx dot com> | 2012-01-23 21:04:28 +0100 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2012-01-23 21:04:28 +0100 |
commit | 3a1b2586ecfb9237efc5c171eaef18686b2a470c (patch) | |
tree | 60bcd09a641ca6737b8cd74a9490aadf6153a8f0 /pkg-repgen/Pkgfile | |
parent | b34e224e38cefc7dea12f72aaa10a20f810be663 (diff) | |
download | nutyx-pakxe-3a1b2586ecfb9237efc5c171eaef18686b2a470c.tar.gz nutyx-pakxe-3a1b2586ecfb9237efc5c171eaef18686b2a470c.tar.bz2 nutyx-pakxe-3a1b2586ecfb9237efc5c171eaef18686b2a470c.tar.xz nutyx-pakxe-3a1b2586ecfb9237efc5c171eaef18686b2a470c.zip |
pkg-repgen, correction port
Diffstat (limited to 'pkg-repgen/Pkgfile')
-rw-r--r-- | pkg-repgen/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg-repgen/Pkgfile b/pkg-repgen/Pkgfile index 738926421..e32cef5fc 100644 --- a/pkg-repgen/Pkgfile +++ b/pkg-repgen/Pkgfile @@ -10,7 +10,7 @@ source=(http://nutyx.meticul.eu/files/pkg-repgen-$version.tar.gz) build() { ARCH_=`uname -m` - cd pkg-get-$version + cd pkg-repgen-$version make PREFIX=$PKG/usr install if [ "$ARCH_" == "x86_64" ]; then sed -i "s/i686/x86_64/" $PKG/usr/bin/pkg-repgen |