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