[gnome-settings-daemon] Fix installation of the xrandr helper binary



commit 3cb8533586b91747f943dfe87098b5f2057acd34
Author: Jens Granseuer <jensgr gmx net>
Date:   Wed May 5 19:43:16 2010 +0200

    Fix installation of the xrandr helper binary
    
    Instalation did not respect DESTDIR and installed to a bogus
    location in sysconfdir. Closes bug #617782.

 plugins/xrandr/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/xrandr/Makefile.am b/plugins/xrandr/Makefile.am
index 05e5fd7..b5cd2c6 100644
--- a/plugins/xrandr/Makefile.am
+++ b/plugins/xrandr/Makefile.am
@@ -12,7 +12,7 @@ ICON_FILES = 			\
 	gsd-xrandr.svg
 
 install-data-local:
-	$(mkinstalldirs) $(sysconfdir)/etc/gnome-settings-daemon/xrandr
+	$(mkinstalldirs) $(DESTDIR)$(sysconfdir)/gnome-settings-daemon/xrandr
 	$(mkinstalldirs) $(DESTDIR)$(icondir)/16x16/$(context)
 	$(mkinstalldirs) $(DESTDIR)$(icondir)/22x22/$(context)
 	$(mkinstalldirs) $(DESTDIR)$(icondir)/24x24/$(context)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]