From c9dcab205e9e5e86dce024a9a9f700ed9e6033c3 Mon Sep 17 00:00:00 2001 From: Packit Date: Sep 17 2020 16:37:14 +0000 Subject: Apply patch bash-4.4-no-loadable-builtins.patch patch_name: bash-4.4-no-loadable-builtins.patch present_in_specfile: true location_in_specfile: 45 --- diff --git a/Makefile.in b/Makefile.in index a1f9483..24c646a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -800,7 +800,6 @@ install: .made installdirs infodir=$(infodir) htmldir=$(htmldir) DESTDIR=$(DESTDIR) $@ ) -( cd $(DEFDIR) ; $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ ) -( cd $(PO_DIR) ; $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ ) - -( cd $(LOADABLES_DIR) && $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ ) install-strip: $(MAKE) $(MFLAGS) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' \