commit 58563bded8fb54fde18bac1d35b9598bb9ac8ef2
parent 19fbafb024973ef8b206f606ed5ffa3753ee44e5
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date: Thu, 26 Nov 2015 05:12:57 +0100
Forgot to include "package-" in the path to remove
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm
@@ -900,8 +900,8 @@ sub make_clean {
remove_tree("/tmp/package-$args{SBO}") if
not defined $env_tmp and
-d "/tmp/package-$args{SBO}";
- remove_tree("$tmpd/$pkg_name") if
- -d "$tmpd/$pkg_name";
+ remove_tree("$tmpd/package-$pkg_name") if
+ -d "$tmpd/package-$pkg_name";
}
return 1;
}