diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-15 21:03:14 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-15 21:03:14 +0300 |
commit | b93e6b0c2cfb6a2a9316b6b511e9878224bbc811 (patch) | |
tree | fc027d92f6aa6817b80b0fbe661186674c63a811 /cem/surf/build | |
parent | e30e9f4284c778c1bb92b511ce7b3e6d232948cb (diff) | |
download | repository-b93e6b0c2cfb6a2a9316b6b511e9878224bbc811.tar.gz |
surf: add package to repository
Diffstat (limited to 'cem/surf/build')
-rwxr-xr-x | cem/surf/build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cem/surf/build b/cem/surf/build new file mode 100755 index 0000000..431cc72 --- /dev/null +++ b/cem/surf/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make +make DESTDIR="$1" PREFIX=/usr install |