base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12
[NixPkgs.git] / pkgs / by-name / hi / hibernate / install.patch
blobae296b955ac852c160d2e5f0288c34ca029a35a9
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
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."