X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=install.sh;h=ce1d5517e15799f4fe5b6eff38dea688a2c43efb;hb=759e42aaa75e2deba27b7fb310fdf42b89a55d1f;hp=3c2e6243d95ad14688536184c80cb417c87628eb;hpb=c50ded4690a7b444da94f7fa0d5f3b4c6fee76c1;p=breezed.git diff --git a/install.sh b/install.sh index 3c2e624..ce1d551 100755 --- a/install.sh +++ b/install.sh @@ -2,7 +2,7 @@ # breezed is a fan speed control daemon for Linux computers. # -# Copyright (c) 2008 Francois Fleuret +# Copyright (c) 2008, 2009 Francois Fleuret # Written by Francois Fleuret # # This file is part of breezed. @@ -33,7 +33,7 @@ cp ./breezed /usr/local/bin/ cp ./breezed.sh /etc/init.d/ if [[ -d "${PM_SLEEPD_DIR}" ]]; then - cp ./breezed-pm-utils.sh ${PM_SLEEPD_DIR}50breezed + cp ./breezed-pm-utils.sh ${PM_SLEEPD_DIR}/50breezed else echo "I can not find ${PM_SLEEPD_DIR}" echo "On Debian, you should install pm-utils"