From d6790014d97b6974b260f7bc21d3ab45a05cb43d Mon Sep 17 00:00:00 2001 From: Siteshwar Vashisht Date: Mon, 16 Jan 2017 08:07:10 +0100 Subject: [PATCH] specfile: Removed 'rm -rf $RPM_BUILD_ROOT' from %install and %clean sections --- bash.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bash.spec b/bash.spec index 5e1ed1a..42beea6 100644 --- a/bash.spec +++ b/bash.spec @@ -117,8 +117,6 @@ autoconf make "CPPFLAGS=-D_GNU_SOURCE -DRECYCLES_PIDS -DDEFAULT_PATH_VALUE='\"/usr/local/bin:/usr/bin\"' `getconf LFS_CFLAGS`" %install -rm -rf $RPM_BUILD_ROOT - if [ -e autoconf ]; then # Yuck. We're using autoconf 2.1x. export PATH=.:$PATH @@ -223,8 +221,6 @@ make check %endif %clean -rm -rf $RPM_BUILD_ROOT - # ***** bash doesn't use install-info. It's always listed in %{_infodir}/dir # to prevent prereq loops