specfile: Removed 'rm -rf $RPM_BUILD_ROOT' from %install and %clean sections
This commit is contained in:
parent
9d975ff52b
commit
d6790014d9
@ -117,8 +117,6 @@ autoconf
|
|||||||
make "CPPFLAGS=-D_GNU_SOURCE -DRECYCLES_PIDS -DDEFAULT_PATH_VALUE='\"/usr/local/bin:/usr/bin\"' `getconf LFS_CFLAGS`"
|
make "CPPFLAGS=-D_GNU_SOURCE -DRECYCLES_PIDS -DDEFAULT_PATH_VALUE='\"/usr/local/bin:/usr/bin\"' `getconf LFS_CFLAGS`"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
if [ -e autoconf ]; then
|
if [ -e autoconf ]; then
|
||||||
# Yuck. We're using autoconf 2.1x.
|
# Yuck. We're using autoconf 2.1x.
|
||||||
export PATH=.:$PATH
|
export PATH=.:$PATH
|
||||||
@ -223,8 +221,6 @@ make check
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
# ***** bash doesn't use install-info. It's always listed in %{_infodir}/dir
|
# ***** bash doesn't use install-info. It's always listed in %{_infodir}/dir
|
||||||
# to prevent prereq loops
|
# to prevent prereq loops
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user