summaryrefslogtreecommitdiffstats
path: root/pkg-get
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-03-05 23:00:55 +0100
committerpiernov <piernov@piernov.org>2012-03-05 23:01:16 +0100
commitbe59adf003db069a3f030ac57f83b397aad65e8d (patch)
treeb694ae17ce2f4c8861b967cb87320c996b25f977 /pkg-get
parent60b42fcf513a65fe2c301135bd4b505816418641 (diff)
downloadnutyx-pakxe-be59adf003db069a3f030ac57f83b397aad65e8d.tar.gz
nutyx-pakxe-be59adf003db069a3f030ac57f83b397aad65e8d.tar.bz2
nutyx-pakxe-be59adf003db069a3f030ac57f83b397aad65e8d.tar.xz
nutyx-pakxe-be59adf003db069a3f030ac57f83b397aad65e8d.zip
ajout lzo pkg-get base
Diffstat (limited to 'pkg-get')
-rw-r--r--pkg-get/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg-get/Pkgfile b/pkg-get/Pkgfile
index dfb947733..c25729ef8 100644
--- a/pkg-get/Pkgfile
+++ b/pkg-get/Pkgfile
@@ -18,5 +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|" -i $PKG/etc/pkg-get.conf
+ sed "s|module-init-tools|kmod,libpipeline,glib,expat,libnl2,lzo|" -i $PKG/etc/pkg-get.conf
}