diff options
-rwxr-xr-x | deb-update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deb-update.sh b/deb-update.sh index a93fe03..fc04e04 100755 --- a/deb-update.sh +++ b/deb-update.sh @@ -7,7 +7,7 @@ if [ $# -eq 0 ]; then exit 1 fi -BASE="/debian/local" +BASE="/home/jonas/pub/debian-local" AREAS=$1 |