Blame SOURCES/0017-dont-install-scripts.patch

46c2f0
From f524e332835b2b59d3f3ff8a67814ef2d58a2857 Mon Sep 17 00:00:00 2001
46c2f0
From: rpm-build <rpm-build>
46c2f0
Date: Fri, 25 May 2018 09:39:07 -0700
46c2f0
Subject: [PATCH] dont install scripts
46c2f0
46c2f0
---
46c2f0
 Makefile | 2 +-
46c2f0
 1 file changed, 1 insertion(+), 1 deletion(-)
46c2f0
46c2f0
diff --git a/Makefile b/Makefile
46c2f0
index 4ab091f..7e6b734 100644
46c2f0
--- a/Makefile
46c2f0
+++ b/Makefile
46c2f0
@@ -116,7 +116,7 @@ install_systemd:
46c2f0
 	$(INSTALL) -d $(DESTDIR)$(systemddir)
46c2f0
 	$(INSTALL) -m 644 $(SYSTEMDFILES) $(DESTDIR)/$(systemddir)
46c2f0
 
46c2f0
-install_programs:  $(PROGRAMS) $(SCRIPTS)
46c2f0
+install_programs:  $(PROGRAMS) # $(SCRIPTS)
46c2f0
 	$(INSTALL) -d $(DESTDIR)$(sbindir)
46c2f0
 	$(INSTALL) -m 755 $^ $(DESTDIR)$(sbindir)
46c2f0
 
46c2f0
-- 
46c2f0
2.21.0
46c2f0