From 8dcd73253986c6cd7db3a372b84d3e808b08bf2e Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 23 Aug 2020 00:28:34 +0300 Subject: mg: move to editors --- editors/mg/build | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 editors/mg/build (limited to 'editors/mg/build') diff --git a/editors/mg/build b/editors/mg/build new file mode 100755 index 0000000..d67e3ef --- /dev/null +++ b/editors/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 -- cgit v1.2.3