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

62f653
From 09485b397990aca06d5e98a855bab2444c9ec572 Mon Sep 17 00:00:00 2001
62f653
From: rpm-build <rpm-build>
62f653
Date: Fri, 25 May 2018 09:39:07 -0700
62f653
Subject: [PATCH 24/32] dont install scripts
62f653
62f653
---
62f653
 Makefile | 2 +-
62f653
 1 file changed, 1 insertion(+), 1 deletion(-)
62f653
62f653
diff --git a/Makefile b/Makefile
62f653
index 80afe86d6558..a35082daa9f9 100644
62f653
--- a/Makefile
62f653
+++ b/Makefile
62f653
@@ -99,7 +99,7 @@ install_udev_rules:
62f653
 	$(INSTALL) -d $(DESTDIR)$(rulesdir)
62f653
 	$(INSTALL) -m 644 $(RULESFILES) $(DESTDIR)/$(rulesdir)
62f653
 
62f653
-install_programs:  $(PROGRAMS) $(SCRIPTS)
62f653
+install_programs:  $(PROGRAMS) # $(SCRIPTS)
62f653
 	$(INSTALL) -d $(DESTDIR)$(sbindir)
62f653
 	$(INSTALL) -m 755 $^ $(DESTDIR)$(sbindir)
62f653
 
62f653
-- 
62f653
2.14.4
62f653