diff options
author | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:47:27 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:47:27 +0100 |
commit | 71dddcc66d6e4ca000d55fa90db7d834395174fb (patch) | |
tree | e5d7f5789b8c48bd8e00817cfc0dd2ac1bc90c7f /extra/libXmu/build | |
parent | 970043469fb51ec85a2852073716185380f5276c (diff) | |
download | repository-71dddcc66d6e4ca000d55fa90db7d834395174fb.tar.gz |
libXmu: move to extra
Diffstat (limited to 'extra/libXmu/build')
-rwxr-xr-x | extra/libXmu/build | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/libXmu/build b/extra/libXmu/build new file mode 100755 index 00000000..6b0a232c --- /dev/null +++ b/extra/libXmu/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --sysconfdir=/etc + +make +make DESTDIR="$1" install |