]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/rootfiles/core/90/update.sh
core90: don't remove meta/meta-linux-pae part2.
[ipfire-2.x.git] / config / rootfiles / core / 90 / update.sh
index facefc878c0501f75a63118594d46e412883d524..fa67f6b347aef7e5804c6c49cf37095f4316d9b6 100644 (file)
@@ -254,7 +254,7 @@ fi
 
 
 # Force (re)install pae kernel if pae is supported
-rm -rf /opt/pakfire/db/*/meta-linux-pae
+rm -rf /opt/pakfire/db/installed/meta-linux-pae
 if [ ! "$(grep "^flags.* pae " /proc/cpuinfo)" == "" ]; then
        ROOTSPACE=`df / -Pk | sed "s| * | |g" | cut -d" " -f4 | tail -n 1`
        BOOTSPACE=`df /boot -Pk | sed "s| * | |g" | cut -d" " -f4 | tail -n 1`