98-clean-chroot: fix typo (localepurg->localepurge) in warning message
[grml-live.git] / etc / grml / fai / config / scripts / GRMLBASE / 98-clean-chroot
index d5fd8e3..3667762 100755 (executable)
@@ -21,7 +21,7 @@ if [ -x $target/usr/sbin/localepurge ] ; then
   echo "Running localepurge"
   $ROOTCMD localepurge
 else
-  echo "Warning: localepurg not installed"
+  echo "Warning: localepurge not installed"
 fi
 
 # revert dpkg-divert of hooks/instsoft.GRMLBASE, which is
@@ -198,7 +198,7 @@ else
 EOF
 fi
 
-if ! [ -x $target/usr/bin/updatedb ] ; then
+if ! $ROOTCMD test -x /usr/bin/updatedb ; then
   echo "Warning: updatedb not installed"
 else
   echo "Updating locate-database"