From: Emil Date: Mon, 13 Nov 2023 05:47:34 +0000 (+0000) Subject: add -s and /home/terrorist/src/bake to shake call X-Git-Tag: v20240302~26 X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=e31c6adc26abeef65917d27dfabdb36143464c35;p=emil-bake.git add -s and /home/terrorist/src/bake to shake call --- diff --git a/install.sh b/install.sh index 1c7eb3c..b774982 100755 --- a/install.sh +++ b/install.sh @@ -2,5 +2,5 @@ cd $(dirname "$(readlink -f "$0")") SUDO=${SUDO:-sudo} chmod +x shake -./shake bake.c +./shake bake.c -s $+ $SUDO install -m 755 shake bake ${TARGET:-/usr/local/bin}