diff options
author | sibel <lesibel at free dot fr> | 2011-03-27 18:58:56 +0200 |
---|---|---|
committer | sibel <lesibel at free dot fr> | 2011-03-27 18:58:56 +0200 |
commit | 93a194cdd33b5528ab6de1ce9ac1733c50ab4a06 (patch) | |
tree | 274aedd9e947e3be34333dd3e0cc063b44e52899 /base | |
parent | aa78264564d5389db52d30db83a8273899215bf3 (diff) | |
download | nutyx-pakxe-93a194cdd33b5528ab6de1ce9ac1733c50ab4a06.tar.gz nutyx-pakxe-93a194cdd33b5528ab6de1ce9ac1733c50ab4a06.tar.bz2 nutyx-pakxe-93a194cdd33b5528ab6de1ce9ac1733c50ab4a06.tar.xz nutyx-pakxe-93a194cdd33b5528ab6de1ce9ac1733c50ab4a06.zip |
pkg-repgen, maj port et footprint
Diffstat (limited to 'base')
-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} |