diff options
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 |