diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-17 01:06:52 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-17 01:06:52 +0300 |
commit | e092ff5365a7cec7e0d41c298df92745c80233d2 (patch) | |
tree | a916b3e8f8233059b404f1439035be46c50ab75c /extra/smu/build | |
parent | 0124c81db637ae1af5ea628748cfa3d8c6069cde (diff) | |
download | repository-e092ff5365a7cec7e0d41c298df92745c80233d2.tar.gz |
smu: move to extra
Diffstat (limited to 'extra/smu/build')
-rwxr-xr-x | extra/smu/build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/smu/build b/extra/smu/build new file mode 100755 index 00000000..954aa1f3 --- /dev/null +++ b/extra/smu/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make +make PREFIX=/usr DESTDIR="$1" install |