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 | |
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
-rw-r--r-- | pkg-repgen/.footprint.i686 | 1 | ||||
-rw-r--r-- | pkg-repgen/.footprint.x86_64 | 1 | ||||
-rw-r--r-- | pkg-repgen/.md5sum.i686 | 2 | ||||
-rw-r--r-- | pkg-repgen/.md5sum.x86_64 | 2 | ||||
-rw-r--r-- | pkg-repgen/Pkgfile | 2 |
5 files changed, 3 insertions, 5 deletions
diff --git a/pkg-repgen/.footprint.i686 b/pkg-repgen/.footprint.i686 index ad97a7979..7d162f118 100644 --- a/pkg-repgen/.footprint.i686 +++ b/pkg-repgen/.footprint.i686 @@ -1,4 +1,3 @@ -drwxr-xr-x root/root etc/ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/pkg-repgen diff --git a/pkg-repgen/.footprint.x86_64 b/pkg-repgen/.footprint.x86_64 index ad97a7979..7d162f118 100644 --- a/pkg-repgen/.footprint.x86_64 +++ b/pkg-repgen/.footprint.x86_64 @@ -1,4 +1,3 @@ -drwxr-xr-x root/root etc/ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/pkg-repgen diff --git a/pkg-repgen/.md5sum.i686 b/pkg-repgen/.md5sum.i686 index 94160a452..5f008b96f 100644 --- a/pkg-repgen/.md5sum.i686 +++ b/pkg-repgen/.md5sum.i686 @@ -1 +1 @@ -4255529e512555b8759dc939305b708c pkg-get-0.5.2.tar.gz +45d1eec4209dfc81d9f10295c1dca975 pkg-repgen-0.4.6.tar.gz diff --git a/pkg-repgen/.md5sum.x86_64 b/pkg-repgen/.md5sum.x86_64 index 94160a452..5f008b96f 100644 --- a/pkg-repgen/.md5sum.x86_64 +++ b/pkg-repgen/.md5sum.x86_64 @@ -1 +1 @@ -4255529e512555b8759dc939305b708c pkg-get-0.5.2.tar.gz +45d1eec4209dfc81d9f10295c1dca975 pkg-repgen-0.4.6.tar.gz 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 |