diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-13 09:37:57 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-13 09:37:57 +0300 |
commit | a87ed7232836f1270661344afd202c3c66367f57 (patch) | |
tree | ebe08e77b3318fe11b7da759e4a48e9307d0f113 /community/9base/build | |
parent | 85d52a1e79026b11306724a00d389547377ef230 (diff) | |
download | repository-a87ed7232836f1270661344afd202c3c66367f57.tar.gz |
9base: add package to community
Diffstat (limited to 'community/9base/build')
-rwxr-xr-x | community/9base/build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/community/9base/build b/community/9base/build new file mode 100755 index 00000000..7de21eed --- /dev/null +++ b/community/9base/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make +make DESTDIR="$1" install |