summaryrefslogtreecommitdiffstats
path: root/pkg-get/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-15 13:54:24 +0100
committertnut <tnut at nutyx dot com>2012-01-15 13:54:24 +0100
commitb2ac8562039daebd8730bef994b695834ce74492 (patch)
treee42c733b356e4a870f66efa11d2ef49fe58cd29e /pkg-get/Pkgfile
parent6c934507f59d7b47306b959635eb75b85fc4c60d (diff)
downloadnutyx-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/Pkgfile')
-rw-r--r--pkg-get/Pkgfile4
1 files changed, 1 insertions, 3 deletions
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
}