1--- hibernate-script-1.98.1/install.sh 2008-03-31 09:40:29.000000000 +0200
2+++ hibernate-script-1.98.1/install.sh 2008-04-01 15:50:46.000000000 +0200
3@@ -63,7 +63,7 @@ fi
4 cp -a blacklisted-modules $BLACKLIST
5
6 # Test if they have anything in there, and warn them
7-if /bin/ls $OLD_SCRIPTLET_DIR/* > /dev/null 2>&1 ; then
8+if ls $OLD_SCRIPTLET_DIR/* > /dev/null 2>&1 ; then
9 echo " **"
10 echo " ** You have scriptlets already installed in $OLD_SCRIPTLET_DIR"
11 echo " ** Since version 0.95, these have moved to $SCRIPTLET_DIR."