From 58563bded8fb54fde18bac1d35b9598bb9ac8ef2 Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Thu, 26 Nov 2015 05:12:57 +0100 Subject: Forgot to include "package-" in the path to remove --- SBO-Lib/lib/SBO/Lib.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'SBO-Lib/lib') diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm index 6d3a839..5ec03eb 100644 --- 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; } -- cgit v1.2.3