Sometimes clean doesn't remove initramfs, if it persists, kill it.
This commit is contained in:
parent
18482b65ab
commit
8aac669f3d
1 changed files with 5 additions and 0 deletions
|
@ -50,6 +50,11 @@ PKG_CLEAN="${PKG_CLEAN} mupen64plus-nx mupen64plus flycast_libretro dosbox-pure
|
|||
PKG_CLEAN="${PKG_CLEAN} system-utils plymouth-lite initramfs busybox linux grub u-boot SDL2 modules \
|
||||
emulationstation retroarch lib32 jelos"
|
||||
|
||||
if [ -d "build.${DISTRO}-${DEVICE_ROOT}.${ARCH}/initramfs" ]
|
||||
then
|
||||
rm -rf build.${DISTRO}-${DEVICE_ROOT}.${ARCH}/initramfs
|
||||
fi
|
||||
|
||||
# Clean a few packages to ensure the build date and version are updated
|
||||
for package in ${PKG_CLEAN}
|
||||
do
|
||||
|
|
Loading…
Reference in a new issue