From 35ec60f02489c9f81ac9ae37b3930353c2c37820 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 21 May 2011 19:30:37 +0200 Subject: Suppress cowbuilder/pbuilder cache (use approx instead. --- localpbuilder-create | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'localpbuilder-create') diff --git a/localpbuilder-create b/localpbuilder-create index 5287f52..55a24cd 100755 --- a/localpbuilder-create +++ b/localpbuilder-create @@ -98,11 +98,11 @@ fi basetgz="/var/cache/pbuilder/base-$pool.tgz" buildplace="/var/cache/pbuilder/build-$pool/" -aptcache="/var/cache/pbuilder/aptcache-$pool/" +aptcache="" buildresult="$HOME/src/pbuild-$pool/" makepaths='' -for path in "$aptcache" "$buildresult"; do +for path in "$buildresult"; do if [ ! -d "$path" ]; then echo "W: Needed path \"$path\" does not exist" makepaths='yes' @@ -113,7 +113,6 @@ if [ "$makepaths" = 'yes' ]; then || ask 'Create the missing path(s)' \ || exit1 "Cannot continue without those missing paths" mkdir -p "$buildresult" - sudo mkdir -p "$aptcache" fi sudo pbuilder create \ -- cgit v1.2.3