diff --git a/debian/resources/switch/package-all.sh b/debian/resources/switch/package-all.sh index 5573fba..8c5b8ae 100755 --- a/debian/resources/switch/package-all.sh +++ b/debian/resources/switch/package-all.sh @@ -1,5 +1,9 @@ #!/bin/sh +#move to script directory so all relative paths work +cd "$(dirname "$0")" + +#includes . ../config.sh . ../colors.sh . ../environment.sh