diff options
Diffstat (limited to 'core/zstd/build')
-rwxr-xr-x | core/zstd/build | 4 |
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 |