hal: Branch 'master'

Danny Kukawka dkukawka at kemper.freedesktop.org
Tue Oct 30 06:46:56 PDT 2007


 tools/linux/Makefile.am |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 5958eefdceec19f7b66343ec368710784908fc63
Author: Danny Kukawka <danny.kukawka at web.de>
Date:   Tue Oct 30 14:46:44 2007 +0100

    quick fix for make dist/distcheck due to WOL
    
    Fixed (quick ...) make distcheck due to linking WOL files for linux
    in tools/linux/. Use install-data-hook and uninstall-hook to be sure
    that hal-system-wol-linux is installed before call 'ln -sf'.

diff --git a/tools/linux/Makefile.am b/tools/linux/Makefile.am
index 0aca29e..a3553b0 100644
--- a/tools/linux/Makefile.am
+++ b/tools/linux/Makefile.am
@@ -60,10 +60,10 @@ check:
 clean-local :
 	rm -f *~
 
-install-data-local:
-	ln -sf $(DESTDIR)$(scriptdir)/hal-system-wol-linux $(DESTDIR)$(scriptdir)/hal-system-wol-enable-linux
-	ln -sf $(DESTDIR)$(scriptdir)/hal-system-wol-linux $(DESTDIR)$(scriptdir)/hal-system-wol-enabled-linux
-	ln -sf $(DESTDIR)$(scriptdir)/hal-system-wol-linux $(DESTDIR)$(scriptdir)/hal-system-wol-supported-linux
+install-data-hook:
+	ln -sf hal-system-wol-linux $(DESTDIR)$(scriptdir)/hal-system-wol-enable-linux
+	ln -sf hal-system-wol-linux $(DESTDIR)$(scriptdir)/hal-system-wol-enabled-linux
+	ln -sf hal-system-wol-linux $(DESTDIR)$(scriptdir)/hal-system-wol-supported-linux
 
-uninstall-local:
+uninstall-hook:
 	rm -f $(DESTDIR)$(scriptdir)/hal-system-wol-*


More information about the hal-commit mailing list