mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-20 02:02:58 +01:00
Unset overridden functions at the end of build function.
This commit is contained in:
parent
066d32933d
commit
9d5519ad79
1 changed files with 2 additions and 0 deletions
|
|
@ -54,6 +54,8 @@ build () {
|
||||||
|
|
||||||
echo "${pkg}: build successful"
|
echo "${pkg}: build successful"
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
unset -f src_unpack src_prepare src_configure src_compile src_install
|
||||||
}
|
}
|
||||||
|
|
||||||
# Default unpacking function that unpacks a single source tarball.
|
# Default unpacking function that unpacks a single source tarball.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue