SOURCES: xfce4-sensors-plugin-configure_fix.patch (NEW) - syntax f...

hawk hawk at pld-linux.org
Sun May 4 14:26:34 CEST 2008


Author: hawk                         Date: Sun May  4 12:26:34 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- syntax fix patch

---- Files affected:
SOURCES:
   xfce4-sensors-plugin-configure_fix.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/xfce4-sensors-plugin-configure_fix.patch
diff -u /dev/null SOURCES/xfce4-sensors-plugin-configure_fix.patch:1.1
--- /dev/null	Sun May  4 14:26:34 2008
+++ SOURCES/xfce4-sensors-plugin-configure_fix.patch	Sun May  4 14:26:29 2008
@@ -0,0 +1,11 @@
+--- configure.in.orig	2007-12-11 22:20:58.000000000 +0100
++++ configure.in	2008-05-03 23:31:21.204612165 +0200
+@@ -93,7 +93,7 @@
+         HDDTEMP=$withval
+     ], [
+         AC_MSG_CHECKING([for hddtemp path])
+-        HDDTEMP=([`whereis -b hddtemp | sed 's/.*\ \(\/[a-zA-Z0-9\-\/.]*bin[A-Za-z0-9\-\/.]*hddtemp\).*/\1/'`])
++        HDDTEMP=[`whereis -b hddtemp | sed 's/.*\ \(\/[a-zA-Z0-9\-\/.]*bin[A-Za-z0-9\-\/.]*hddtemp\).*/\1/']`
+ 
+         AC_MSG_RESULT([$HDDTEMP])
+     ])
================================================================


More information about the pld-cvs-commit mailing list