summaryrefslogtreecommitdiff
path: root/localpdebuild
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2005-12-03 18:55:16 +0000
committerJonas Smedegaard <dr@jones.dk>2005-12-03 18:55:16 +0000
commita6b0ef1fe9a951d9a85c34393166615ab8d41494 (patch)
treee47937f64a30bdced0709a2e1d0ffe1b82465667 /localpdebuild
parent356ae74836393dda93bca84454a5a855119ea178 (diff)
Save output below ~/src (not ~/pub/debian-)
Diffstat (limited to 'localpdebuild')
-rwxr-xr-xlocalpdebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/localpdebuild b/localpdebuild
index 03faec0..869ddf2 100755
--- a/localpdebuild
+++ b/localpdebuild
@@ -13,7 +13,6 @@ if [ $# -eq 0 ]; then
exit 1
fi
-buildhost=`hostname -s`
pool=$1; shift
pbuilderopts=''
@@ -48,7 +47,7 @@ done
pbuilderopts="$pbuilderopts $@"
pdebuild \
- --buildresult $HOME/pub/debian-$buildhost/pbuild-$pool/ \
+ --buildresult $HOME/src/pbuild-$pool/ \
${debbuildopts:+--debbuildopts $debbuildopts} \
$pdebuildopts \
-- \