summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorEric Koegel <eric.koegel@gmail.com>2016-03-20 18:04:28 +0300
committerEric Koegel <eric.koegel@gmail.com>2016-03-20 18:04:28 +0300
commitfcbe31cb1e53f4341fc12021f0234fe2d2e51d30 (patch)
treef5ec15b5504c833eeb451af151d2d4e2ad348946 /data
parent7e83d5df38f248f5bfdffc2a95f10f8f7449c833 (diff)
parentf9d978fa342c54a327ce169dd6eef426a8d77cee (diff)
downloadConsoleKit2-fcbe31cb1e53f4341fc12021f0234fe2d2e51d30.tar.gz
Merge pull request #39 from kwm81/changes
Fix two install issues with 90-consolekit
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index abd9403..35a2478 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -113,8 +113,7 @@ install-logrotate: $(LOGROTATE_CONFS)
install-90-consolekit: $(XINITRC_CONFS)
$(MKDIR_P) $(DESTDIR)$(XINITRC_DIR)/
- $(INSTALL_PROGRAM) 90-consolekit $(DESTDIR)$(XINITRC_DIR) && \
- chmod +x $(DESTDIR)$(XINITRC_DIR)/90-consolekit
+ $(INSTALL_SCRIPT) 90-consolekit $(DESTDIR)$(XINITRC_DIR)
uninstall-logrotate:
rm -f $(DESTDIR)$(sysconfdir)/logrotate.d/consolekit