summaryrefslogtreecommitdiff
path: root/repo/system/lz4.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/lz4.xibuild')
-rw-r--r--repo/system/lz4.xibuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/repo/system/lz4.xibuild b/repo/system/lz4.xibuild
index 72f05d7..ae71de7 100644
--- a/repo/system/lz4.xibuild
+++ b/repo/system/lz4.xibuild
@@ -9,9 +9,11 @@ DESC="A lossless compression algorithm, providing high compression speeds"
build () {
- make
+ make -C lib PREFIX=/usr
+ make -C programs PREFIX=/usr lz4 lz4c
}
+
package () {
- make DESTDIR=$PKG_DEST install
+ make PREFIX=/usr DESTDIR=$PKG_DEST install
}