diff options
author | Eric Koegel <eric.koegel@gmail.com> | 2016-03-20 18:04:28 +0300 |
---|---|---|
committer | Eric Koegel <eric.koegel@gmail.com> | 2016-03-20 18:04:28 +0300 |
commit | fcbe31cb1e53f4341fc12021f0234fe2d2e51d30 (patch) | |
tree | f5ec15b5504c833eeb451af151d2d4e2ad348946 /data | |
parent | 7e83d5df38f248f5bfdffc2a95f10f8f7449c833 (diff) | |
parent | f9d978fa342c54a327ce169dd6eef426a8d77cee (diff) | |
download | ConsoleKit2-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.am | 3 |
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 |