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