Unset overridden functions at the end of build function.

This commit is contained in:
Andrius Štikonas 2021-02-03 22:09:21 +00:00
parent 066d32933d
commit 9d5519ad79
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,8 @@ build () {
echo "${pkg}: build successful"
cd ..
unset -f src_unpack src_prepare src_configure src_compile src_install
}
# Default unpacking function that unpacks a single source tarball.