Cleaning up installer file locations for progress-linux.
This commit is contained in:
parent
a979cdf163
commit
c4c9c02d9b
|
@ -908,6 +908,22 @@ then
|
|||
fi
|
||||
fi
|
||||
|
||||
case "${LB_MODE}" in
|
||||
progress-linux)
|
||||
mv binary/install binary/installer
|
||||
|
||||
rm -f binary/debian
|
||||
|
||||
for _DIRECTORY in dists pool project firmware
|
||||
do
|
||||
if [ -e "${_DIRECTORY}" ]
|
||||
then
|
||||
mv binary/"${_DIRECTORY}" binary/installer
|
||||
fi
|
||||
done
|
||||
;;
|
||||
esac
|
||||
|
||||
# Saving cache
|
||||
Save_cache cache/packages.binary
|
||||
|
||||
|
|
Loading…
Reference in New Issue