Build fixes.
This commit is contained in:
parent
4730409324
commit
8405e5ae9f
1 changed files with 2 additions and 0 deletions
|
@ -26,10 +26,12 @@ PKG_CLEAN="${PKG_CLEAN} modules emulationstation retroarch lib32 jelos"
|
|||
# Clean a few packages to ensure the build date and version are updated
|
||||
for package in ${PKG_CLEAN}
|
||||
do
|
||||
echo "Clean: ${package}"
|
||||
./scripts/clean ${package}
|
||||
done
|
||||
|
||||
# Clean out old builds before starting the new one.
|
||||
echo "Prune old releases: ${DISTRO}-${DEVICE}.${ARCH}-*"
|
||||
rm -f ./release/${DISTRO}-${DEVICE}.${ARCH}-*
|
||||
|
||||
# Remove the image root as it should be regenerated for every build.
|
||||
|
|
Loading…
Reference in a new issue