From 301d8ccf10b88f8b39034eb32f9aab022995d825 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 08:17:51 +0000 Subject: Apply patch bash-2.05b-xcc.patch patch_name: bash-2.05b-xcc.patch present_in_specfile: true location_in_specfile: 27 --- diff --git a/Makefile.in b/Makefile.in index c7b62bc..a1f9483 100644 --- a/Makefile.in +++ b/Makefile.in @@ -77,6 +77,7 @@ AR = @AR@ ARFLAGS = @ARFLAGS@ RANLIB = @RANLIB@ SIZE = @SIZE@ +STRIP = strip INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -592,7 +593,7 @@ bashbug: $(SUPPORT_SRC)bashbug.sh config.h Makefile $(VERSPROG) @chmod a+rx bashbug strip: $(Program) .made - strip $(Program) + $(STRIP) $(Program) ls -l $(Program) -$(SIZE) $(Program)