From: Arne Fitzenreiter Date: Wed, 11 May 2016 19:00:29 +0000 (+0200) Subject: linux-pae: fix typo at remove meta on non-pae systems. X-Git-Tag: v2.19-core103~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ef553dccc8462355389450913d5485e40814f266;p=ipfire-2.x.git linux-pae: fix typo at remove meta on non-pae systems. Signed-off-by: Arne Fitzenreiter --- diff --git a/src/paks/linux-pae/install.sh b/src/paks/linux-pae/install.sh index ef271f352a..e5f82c567f 100644 --- a/src/paks/linux-pae/install.sh +++ b/src/paks/linux-pae/install.sh @@ -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