commit: 9d5519ad7916eb21e79b7dddf31e80e399a475fd
parent 066d32933d59755377ff5b7abb6ec0ab70ec33b2
Author: Andrius Štikonas <andrius@stikonas.eu>
Date: Wed, 3 Feb 2021 22:09:21 +0000
Unset overridden functions at the end of build function.
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/sysa/helpers.sh b/sysa/helpers.sh
@@ -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.