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

26 lines
661 B
Diff
Raw Normal View History

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