iscsi-initiator-utils/0025-dont-install-scripts.patch

20 lines
563 B
Diff
Raw Normal View History

2018-05-25 15:15:09 +00:00
commit 873379c560fb5e014afa53d05dab7145635ac3c4
Author: Chris Leech <cleech@redhat.com>
Date: Thu May 24 15:53:35 2018 -0700
dont install scripts
diff --git a/Makefile b/Makefile
index 8d6f5d8ef102..9422b62b53b1 100644
--- a/Makefile
+++ b/Makefile
@@ -99,7 +99,7 @@ install_udev_rules:
$(INSTALL) -d $(DESTDIR)$(rulesdir)
$(INSTALL) -m 644 $(RULESFILES) $(DESTDIR)/$(rulesdir)
-install_programs: $(PROGRAMS) $(SCRIPTS)
+install_programs: $(PROGRAMS) # $(SCRIPTS)
$(INSTALL) -d $(DESTDIR)$(sbindir)
$(INSTALL) -m 755 $^ $(DESTDIR)$(sbindir)