common/environment/setup/sourcepkg.sh: unset do_clean() too.

This commit is contained in:
Juan RP 2014-10-11 10:19:16 +02:00
parent b2976da1c8
commit d9ff56e873
1 changed files with 1 additions and 0 deletions

View File

@ -24,3 +24,4 @@ unset -f pre_extract do_extract post_extract
unset -f pre_configure do_configure post_configure
unset -f pre_build do_build post_build
unset -f pre_install do_install post_install
unset -f do_clean