From 0d41e2f8dace28a34aac8e9c94f7dcfec92560ca Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 17:31:50 +0000 Subject: Apply patch 0017-dont-install-scripts.patch patch_name: 0017-dont-install-scripts.patch present_in_specfile: true location_in_specfile: 17 --- diff --git a/Makefile b/Makefile index 4ab091f..7e6b734 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)