summaryrefslogtreecommitdiffstats
path: root/pkg-get
diff options
context:
space:
mode:
Diffstat (limited to 'pkg-get')
-rw-r--r--pkg-get/Pkgfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg-get/Pkgfile b/pkg-get/Pkgfile
index 855a7e1b3..bad241887 100644
--- a/pkg-get/Pkgfile
+++ b/pkg-get/Pkgfile
@@ -7,7 +7,7 @@
name=pkg-get
version=0.4.93
release=1
-source=(http://nutyx.meticul.eu/files/$name-$version.tar.gz \
+source=(http://nutyx.meticul.eu/files/$name-$version.tar.gz
syn)
build()
@@ -18,4 +18,5 @@ build()
make
make DESTDIR=$PKG install
install -m 755 ../syn $PKG/usr/bin/syn
+ sed "s|module-init-tools|kmod,libpipeline,glib,expat,libnl2,lzo,linux-pam|" -i $PKG/etc/pkg-get.conf
}