diff options
author | Guillaume Rousse <guillomovitch@mandriva.org> | 2008-01-29 21:41:49 +0000 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@mandriva.org> | 2008-01-29 21:41:49 +0000 |
commit | 4c559287d33e4ccfd0f5bc2518d9170697af6a19 (patch) | |
tree | 5db32d06065c852e949c483709e3451f51fc8656 /clean_files | |
parent | 24f1a27817c9556dd577b6c28b822d65c9c9da99 (diff) | |
download | spec-helper-4c559287d33e4ccfd0f5bc2518d9170697af6a19.tar spec-helper-4c559287d33e4ccfd0f5bc2518d9170697af6a19.tar.gz spec-helper-4c559287d33e4ccfd0f5bc2518d9170697af6a19.tar.bz2 spec-helper-4c559287d33e4ccfd0f5bc2518d9170697af6a19.tar.xz spec-helper-4c559287d33e4ccfd0f5bc2518d9170697af6a19.zip |
useless, this test is done in rpm macro
Diffstat (limited to 'clean_files')
-rwxr-xr-x | clean_files | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clean_files b/clean_files index 2e7723e..f9d6eb9 100755 --- a/clean_files +++ b/clean_files @@ -12,7 +12,6 @@ ################################################################################ use strict; use warnings; -$ENV{DONT_CLEANUP} and exit(0); my $buildroot = $ENV{RPM_BUILD_ROOT}; die "No build root defined" unless $buildroot; |