diff options
author | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:47:26 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:47:26 +0100 |
commit | 60e23906960f50f6a296ef6ca7d1e31dc6395fb5 (patch) | |
tree | 0f5b74c2fad59c0b580747c124421a388ce24ea1 /extra/libSM/build | |
parent | 8686adf8e0427d833f5f4871c48d22c4a4ca8fe7 (diff) | |
download | repository-60e23906960f50f6a296ef6ca7d1e31dc6395fb5.tar.gz |
libSM: move to extra
Diffstat (limited to 'extra/libSM/build')
-rwxr-xr-x | extra/libSM/build | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/libSM/build b/extra/libSM/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/extra/libSM/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install |