From f344e8d00d15910f8258c3642bbb15929f2b8e12 Mon Sep 17 00:00:00 2001 From: Packit Date: Aug 20 2020 10:43:03 +0000 Subject: Apply patch 0017-dont-install-scripts.patch patch_name: 0017-dont-install-scripts.patch location_in_specfile: 17 present_in_specfile: true --- diff --git a/Makefile b/Makefile index 5e99639..0069e75 100644 --- a/Makefile +++ b/Makefile @@ -116,7 +116,7 @@ install_systemd: $(INSTALL) -d $(DESTDIR)$(systemddir) $(INSTALL) -m 644 $(SYSTEMDFILES) $(DESTDIR)/$(systemddir) -install_programs: $(PROGRAMS) $(SCRIPTS) +install_programs: $(PROGRAMS) # $(SCRIPTS) $(INSTALL) -d $(DESTDIR)$(sbindir) $(INSTALL) -m 755 $^ $(DESTDIR)$(sbindir)