From 3a1b2586ecfb9237efc5c171eaef18686b2a470c Mon Sep 17 00:00:00 2001 From: tnut Date: Mon, 23 Jan 2012 21:04:28 +0100 Subject: pkg-repgen, correction port --- pkg-repgen/.footprint.i686 | 1 - pkg-repgen/.footprint.x86_64 | 1 - pkg-repgen/.md5sum.i686 | 2 +- pkg-repgen/.md5sum.x86_64 | 2 +- pkg-repgen/Pkgfile | 2 +- 5 files changed, 3 insertions(+), 5 deletions(-) (limited to 'pkg-repgen') 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 -- cgit v1.2.3-54-g00ecf