diff options
-rw-r--r-- | base/pkg-repgen/.footprint.i686 | 1 | ||||
-rw-r--r-- | base/pkg-repgen/.footprint.x86_64 | 1 | ||||
-rw-r--r-- | base/pkg-repgen/Pkgfile | 2 |
3 files changed, 1 insertions, 3 deletions
diff --git a/base/pkg-repgen/.footprint.i686 b/base/pkg-repgen/.footprint.i686 index 60666b99f..ad97a7979 100644 --- a/base/pkg-repgen/.footprint.i686 +++ b/base/pkg-repgen/.footprint.i686 @@ -5,5 +5,4 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man8/ --rw-r--r-- root/root usr/share/man/man8/pkg-get.8.gz -rw-r--r-- root/root usr/share/man/man8/pkg-repgen.8.gz diff --git a/base/pkg-repgen/.footprint.x86_64 b/base/pkg-repgen/.footprint.x86_64 index 60666b99f..ad97a7979 100644 --- a/base/pkg-repgen/.footprint.x86_64 +++ b/base/pkg-repgen/.footprint.x86_64 @@ -5,5 +5,4 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man8/ --rw-r--r-- root/root usr/share/man/man8/pkg-get.8.gz -rw-r--r-- root/root usr/share/man/man8/pkg-repgen.8.gz diff --git a/base/pkg-repgen/Pkgfile b/base/pkg-repgen/Pkgfile index 2c8cead47..8aa333fe5 100644 --- a/base/pkg-repgen/Pkgfile +++ b/base/pkg-repgen/Pkgfile @@ -10,7 +10,7 @@ source=(http://nutyx.meticul.eu/files/pkg-get-$version.tar.gz) build() { ARCH_=`uname -m` - cd $name-$version + cd pkg-get-$version make PREFIX=$PKG/usr CFGDIR=$PKG/etc install mkdir -p $PKG/usr/share mv $PKG/usr/{man,share/man} |