]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/paks/linux-pae/install.sh
linux-pae: fix typo at remove meta on non-pae systems.
[people/pmueller/ipfire-2.x.git] / src / paks / linux-pae / install.sh
index ef271f352a7709bbbbae15a07754bb28f65f226c..e5f82c567fd4747ee9ce33500e1b08b536b7bc4e 100644 (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