diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-08 13:09:52 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-08 13:09:52 +0300 |
commit | 67596087b9654e7503e55d59dd6b7d60c86ea359 (patch) | |
tree | 1715cd241d9e8cea5d30ff21fb205f1169a384dd /mg/build | |
parent | c09b827a5f1d8b26bb172988e7311b9893b48a24 (diff) | |
download | repository-67596087b9654e7503e55d59dd6b7d60c86ea359.tar.gz |
move out of the 'cem' directory
Diffstat (limited to 'mg/build')
-rwxr-xr-x | mg/build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mg/build b/mg/build new file mode 100755 index 0000000..d67e3ef --- /dev/null +++ b/mg/build @@ -0,0 +1,6 @@ +#!/bin/sh -e + +sed -i 's/--libs ncurses/--libs ncursesw/' GNUmakefile + +make STATIC=yesplease +install -Dm755 -t "$1/usr/bin" mg |