File: 0003-Use-INSTALL_DATA-to-install-90-consolekit.patch

package info (click to toggle)
consolekit2 1.2.6-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,568 kB
  • sloc: ansic: 23,228; xml: 2,126; makefile: 1,145; sh: 677; python: 585
file content (19 lines) | stat: -rw-r--r-- 548 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Hleb Valoshka <375gnu@gmail.com>
Date: Sat, 6 Jan 2018 13:40:49 +0300
Subject: Use INSTALL_DATA to install 90-consolekit

---
 data/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -113,7 +113,7 @@
 
 install-90-consolekit: $(XINITRC_CONFS)
 	$(MKDIR_P) $(DESTDIR)$(XINITRC_DIR)/
-	$(INSTALL_SCRIPT) 90-consolekit $(DESTDIR)$(XINITRC_DIR)
+	$(INSTALL_DATA) 90-consolekit $(DESTDIR)$(XINITRC_DIR)
 
 uninstall-logrotate:
 	rm -f $(DESTDIR)$(sysconfdir)/logrotate.d/consolekit