2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-10-31 09:20:23 +00:00

CommonInstaller: export

This commit is contained in:
Christopher Roy Bratusek 2020-12-29 20:14:11 +01:00
parent ad8e6220b6
commit abff6e74f7

View File

@ -875,7 +875,7 @@ setup_busybox () {
${INSTALLER}/busybox.${bb_arch} --install -s ${INSTALLER}/busybox/
OLD_PATH=${PATH}
PATH=${INSTALLER}/busybox:/system/bin:/vendor/bin
export PATH=${INSTALLER}/busybox:/system/bin:/vendor/bin
}
##########################################################################################