The installation is now done through the Makefile.
[breezed.git] / install.sh
index 3c2e624..ce1d551 100755 (executable)
@@ -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 <francois@fleuret.org>
 #
 #  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"