installplatform: quote ars passed to sed.

CVS patchset: 3774
CVS date: 2000/05/31 09:04:55
This commit is contained in:
jbj 2000-05-31 09:04:55 +00:00
parent 0a5dc40698
commit b8a4fafb61
1 changed files with 4 additions and 4 deletions

View File

@ -45,10 +45,10 @@ for SUBST in $SUBSTS; do
esac
cat $PLATFORM | \
sed -e s,@RPMRC_OPTFLAGS@,$RPMRC_OPTFLAGS, \
-e s,@RPMRC_ARCH@,$ARCH, \
-e s,@LIB@,$LIB, \
-e s,@ARCH_INSTALL_POST@,$ARCH_INSTALL_POST, \
sed -e "s,@RPMRC_OPTFLAGS@,$RPMRC_OPTFLAGS," \
-e "s,@RPMRC_ARCH@,$ARCH," \
-e "s,@LIB@,$LIB," \
-e "s,@ARCH_INSTALL_POST@,$ARCH_INSTALL_POST," \
-e 's,\${,%{_,' \
> ${PPD}/macros