summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
Diffstat (limited to 'repo')
-rw-r--r--repo/system/xxhash.xibuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/system/xxhash.xibuild b/repo/system/xxhash.xibuild
index 2117b19..481d5df 100644
--- a/repo/system/xxhash.xibuild
+++ b/repo/system/xxhash.xibuild
@@ -9,10 +9,10 @@ DESC="xxHash is an Extremely fast Hash algorithm"
build () {
- make
+ make PREFIX=/usr -C xxHash
}
package () {
- make DESTDIR=$PKG_DEST install
+ make PREFIX=/usr DESTDIR=$PKG_DEST -C xxHash install
}