diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-16 22:12:42 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-16 22:12:42 +0300 |
commit | ef0205d04218c7f6ea9b01afae58beb1e324bb42 (patch) | |
tree | 6bea32fd5d04bcdceb1b9520d5d28b3bfdb445dd /testing/smu/build | |
parent | 85a909c12bbb97fbd6fe02d026b7c7bac0dce27f (diff) | |
download | repository-ef0205d04218c7f6ea9b01afae58beb1e324bb42.tar.gz |
smu: add package to testing
Diffstat (limited to 'testing/smu/build')
-rwxr-xr-x | testing/smu/build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/smu/build b/testing/smu/build new file mode 100755 index 00000000..954aa1f3 --- /dev/null +++ b/testing/smu/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make +make PREFIX=/usr DESTDIR="$1" install |