diff options
author | Jonas Smedegaard <dr@jones.dk> | 2004-09-01 11:53:23 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2004-09-01 11:53:23 +0000 |
commit | 2129b51c9fea70623dc613770fe01c89c8533b1d (patch) | |
tree | d6ca422fad49f904ee8bb5478bee54790bcdd1e9 | |
parent | 8a74b5dcdb88cc18336d73f3c0802122ec0de359 (diff) |
default base dir is now below /home/jonas.
-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 |