From 008c95902dbdb02ec295cf1188cdda80e87340e3 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 12 Dec 2019 09:48:59 +0300 Subject: initial commit --- cem/st/build | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 cem/st/build (limited to 'cem/st/build') diff --git a/cem/st/build b/cem/st/build new file mode 100755 index 0000000..954aa1f --- /dev/null +++ b/cem/st/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make +make PREFIX=/usr DESTDIR="$1" install -- cgit v1.2.3