aboutsummaryrefslogtreecommitdiff
path: root/core/zstd/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-03-17 20:53:58 +0300
committerCem Keylan <cem@ckyln.com>2020-03-17 20:53:58 +0300
commit8361b1dd7f8aa0cd9451f16297074dd789c42b8d (patch)
tree9dcfa634215ac3c0eb9f21942669e0e9009f5d94 /core/zstd/build
parente1cc2511d04693165deec22fb448bac9838f57c2 (diff)
downloadrepository-8361b1dd7f8aa0cd9451f16297074dd789c42b8d.tar.gz
zstd: add new package at 1.4.4 to core
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