diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-12 09:48:59 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-12 09:48:59 +0300 |
commit | 008c95902dbdb02ec295cf1188cdda80e87340e3 (patch) | |
tree | f9b893ce4e0d6b1abc68962e971e5097adcaa41c /cem/sb/build | |
download | repository-008c95902dbdb02ec295cf1188cdda80e87340e3.tar.gz |
initial commit
Diffstat (limited to 'cem/sb/build')
-rwxr-xr-x | cem/sb/build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cem/sb/build b/cem/sb/build new file mode 100755 index 0000000..0837405 --- /dev/null +++ b/cem/sb/build @@ -0,0 +1,3 @@ +#!/bin/sh -e + +make PREFIX=/usr DESTDIR="$1" install |