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. --- localcowbuilder-create | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'localcowbuilder-create') diff --git a/localcowbuilder-create b/localcowbuilder-create index b4b6c8b..8edf579 100755 --- a/localcowbuilder-create +++ b/localcowbuilder-create @@ -97,11 +97,11 @@ if [ -z "$distro" ]; then fi basepath="/var/cache/pbuilder/cow-$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' @@ -112,7 +112,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 if [ -d "$basepath" ]; then -- cgit v1.2.3