From 6bc65594f55495f99b5532d46b3c017d477724fc Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Sat, 18 Apr 2020 19:31:49 -0400 Subject: build.sh actually cd's early enough --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index bcbbf38..ce9e653 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,5 @@ #!/bin/sh +cd $(dirname "$(readlink -f "$0")") if [ ! -e work/pacman ]; then mkdir work touch work/pacman @@ -6,7 +7,6 @@ if [ ! -e work/pacman ]; then fi sed 's:#.*$::' services | xargs systemctl enable -cd $(dirname "$(readlink -f "$0")") ip link export USE=czar -- cgit