linux-pae: fix typo at remove meta on non-pae systems.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2016-05-11 21:00:29 +02:00
parent eb797e6ec0
commit ef553dccc8

View File

@@ -43,7 +43,7 @@ function find_partition() {
}
if [ "$(grep "^flags.* pae " /proc/cpuinfo)" == "" ]; then
rm -f /opt/pakfire/db/instelled/meta-linux-pae
rm -f /opt/pakfire/db/installed/meta-linux-pae
/usr/bin/logger -p syslog.emerg -i pakfire \
"linux-pae: no pae support found, aborted!"
exit 1