diff options
author | tnut <tnut at nutyx dot com> | 2012-01-15 13:54:24 +0100 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2012-01-15 13:54:24 +0100 |
commit | b2ac8562039daebd8730bef994b695834ce74492 (patch) | |
tree | e42c733b356e4a870f66efa11d2ef49fe58cd29e /pkg-get | |
parent | 6c934507f59d7b47306b959635eb75b85fc4c60d (diff) | |
download | nutyx-pakxe-b2ac8562039daebd8730bef994b695834ce74492.tar.gz nutyx-pakxe-b2ac8562039daebd8730bef994b695834ce74492.tar.bz2 nutyx-pakxe-b2ac8562039daebd8730bef994b695834ce74492.tar.xz nutyx-pakxe-b2ac8562039daebd8730bef994b695834ce74492.zip |
pkg-get maj 0.3.94.2-1
Diffstat (limited to 'pkg-get')
-rw-r--r-- | pkg-get/.footprint.i686 | 2 | ||||
-rw-r--r-- | pkg-get/.footprint.x86_64 | 2 | ||||
-rw-r--r-- | pkg-get/.md5sum.i686 | 2 | ||||
-rw-r--r-- | pkg-get/.md5sum.x86_64 | 2 | ||||
-rw-r--r-- | pkg-get/Pkgfile | 4 |
5 files changed, 5 insertions, 7 deletions
diff --git a/pkg-get/.footprint.i686 b/pkg-get/.footprint.i686 index a7cdc34c6..3d58d2fb9 100644 --- a/pkg-get/.footprint.i686 +++ b/pkg-get/.footprint.i686 @@ -1,5 +1,5 @@ drwxr-xr-x root/root etc/ --rwxr-xr-x root/root etc/pkg-get.conf +-rw-r--r-- root/root etc/pkg-get.conf drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/pkg-get diff --git a/pkg-get/.footprint.x86_64 b/pkg-get/.footprint.x86_64 index a7cdc34c6..3d58d2fb9 100644 --- a/pkg-get/.footprint.x86_64 +++ b/pkg-get/.footprint.x86_64 @@ -1,5 +1,5 @@ drwxr-xr-x root/root etc/ --rwxr-xr-x root/root etc/pkg-get.conf +-rw-r--r-- root/root etc/pkg-get.conf drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/pkg-get diff --git a/pkg-get/.md5sum.i686 b/pkg-get/.md5sum.i686 index 20df2cc52..ca4c14c05 100644 --- a/pkg-get/.md5sum.i686 +++ b/pkg-get/.md5sum.i686 @@ -1,2 +1,2 @@ -2a62d335e3473caf51dd3bed252aef72 pkg-get-0.3.94.1.tar.gz +e8f643ed75391e8a5b7314084f0b9f9a pkg-get-0.3.94.2.tar.gz 4b2308a5898180c997380228c0dc893b syn diff --git a/pkg-get/.md5sum.x86_64 b/pkg-get/.md5sum.x86_64 index 20df2cc52..ca4c14c05 100644 --- a/pkg-get/.md5sum.x86_64 +++ b/pkg-get/.md5sum.x86_64 @@ -1,2 +1,2 @@ -2a62d335e3473caf51dd3bed252aef72 pkg-get-0.3.94.1.tar.gz +e8f643ed75391e8a5b7314084f0b9f9a pkg-get-0.3.94.2.tar.gz 4b2308a5898180c997380228c0dc893b syn diff --git a/pkg-get/Pkgfile b/pkg-get/Pkgfile index 53c7825fb..0f6b08181 100644 --- a/pkg-get/Pkgfile +++ b/pkg-get/Pkgfile @@ -5,7 +5,7 @@ # Depends on: curl name=pkg-get -version=0.3.94.1 +version=0.3.94.2 release=1 source=(http://nutyx.meticul.eu/files/$name-$version.tar.gz \ syn) @@ -13,9 +13,7 @@ source=(http://nutyx.meticul.eu/files/$name-$version.tar.gz \ build() { cd $name-$version - make clean make make DESTDIR=$PKG install - sed -i "s/uname-m/`uname -m`/g" $PKG/etc/pkg-get.conf install -m 755 ../syn $PKG/usr/bin/syn } |