Author: freetz Date: Sat Feb 18 18:13:10 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - https://bugs.freedesktop.org/show_bug.cgi?id=5655
---- Files affected: SOURCES: hal-script_path.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/hal-script_path.patch diff -u /dev/null SOURCES/hal-script_path.patch:1.1 --- /dev/null Sat Feb 18 19:13:10 2006 +++ SOURCES/hal-script_path.patch Sat Feb 18 19:13:05 2006 @@ -0,0 +1,24 @@ +diff -aurN hal-0.5.6.orig/hald/Makefile.am hal-0.5.6/hald/Makefile.am +--- hal-0.5.6.orig/hald/Makefile.am 2005-12-08 19:23:23.000000000 +0100 ++++ hal-0.5.6/hald/Makefile.am 2006-02-18 19:09:56.481409312 +0100 +@@ -9,7 +9,7 @@ + -DPACKAGE_BIN_DIR=\""$(bindir)"\" \ + -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ + -DPACKAGE_LOCALSTATEDIR=\""$(localstatedir)"\" \ +- -DPACKAGE_SCRIPT_DIR=\""$(datadir)/hal/scripts"\" \ ++ -DPACKAGE_SCRIPT_DIR=\""$(libdir)/hal/scripts"\" \ + -I$(top_srcdir) \ + @PACKAGE_CFLAGS@ + +diff -aurN hal-0.5.6.orig/tools/Makefile.am hal-0.5.6/tools/Makefile.am +--- hal-0.5.6.orig/tools/Makefile.am 2005-12-21 18:08:08.000000000 +0100 ++++ hal-0.5.6/tools/Makefile.am 2006-02-18 19:09:56.832355960 +0100 +@@ -43,7 +43,7 @@ + endif + ## FSTAB_SYNC_ENABLED end + +-scriptdir = $(datadir)/hal/scripts ++scriptdir = $(libdir)/hal/scripts + + script_SCRIPTS = \ + hal-luks-setup hal-luks-remove \ ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
