diff options
author | xocel <xocel@iquidus.org> | 2013-01-14 03:16:48 +1300 |
---|---|---|
committer | xocel <xocel@iquidus.org> | 2013-01-14 03:16:48 +1300 |
commit | a5aa3197c73272fa618eff85bc8745c594b36e92 (patch) | |
tree | 3e03725930740e5a878811fe2b6159a2acaf81bc /SBO-Lib/lib | |
parent | 104928d2fc599779ed6a3d18352feb5221d366b7 (diff) | |
parent | 2c5dfeaebffaf328d9c7931e4c32a8f9a22e6ef0 (diff) | |
download | sbotools2-a5aa3197c73272fa618eff85bc8745c594b36e92.tar.xz |
Merge branch 'make_clean_32'
Diffstat (limited to 'SBO-Lib/lib')
-rw-r--r-- | SBO-Lib/lib/SBO/Lib.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm index 7b1fadf..2e8497a 100644 --- a/SBO-Lib/lib/SBO/Lib.pm +++ b/SBO-Lib/lib/SBO/Lib.pm @@ -865,6 +865,9 @@ sub make_clean { } remove_tree("$tmpsbo/package-$args{SBO}") if -d "$tmpsbo/package-$args{SBO}"; + # clean up after convertpkg-compat32 + remove_tree("/tmp/package-$args{SBO}") if + -d "/tmp/package-$args{SBO}" and $args{SBO} ~~ /-compat32$/; return 1; } |