aboutsummaryrefslogtreecommitdiff
path: root/core/zstd/build
diff options
context:
space:
mode:
Diffstat (limited to 'core/zstd/build')
-rwxr-xr-xcore/zstd/build4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/zstd/build b/core/zstd/build
new file mode 100755
index 00000000..28bda353
--- /dev/null
+++ b/core/zstd/build
@@ -0,0 +1,4 @@
+#!/bin/sh -e
+
+make PREFIX=/usr
+make DESTDIR="$1" PREFIX=/usr install