54e364e33d
minimal packaging for libopeniscsiusr
26 lines
672 B
Diff
26 lines
672 B
Diff
From 09485b397990aca06d5e98a855bab2444c9ec572 Mon Sep 17 00:00:00 2001
|
|
From: rpm-build <rpm-build>
|
|
Date: Fri, 25 May 2018 09:39:07 -0700
|
|
Subject: [PATCH 24/32] dont install scripts
|
|
|
|
---
|
|
Makefile | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Makefile b/Makefile
|
|
index 80afe86d6558..a35082daa9f9 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)
|
|
|
|
--
|
|
2.14.4
|
|
|