summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstallplatform2
1 files changed, 1 insertions, 1 deletions
diff --git a/installplatform b/installplatform
index f5378d899..78528812b 100755
--- a/installplatform
+++ b/installplatform
@@ -125,7 +125,7 @@ for ARCH in noarch `grep ^arch_canon $RPMRC | cut -d: -f2`; do
[ -d $PPD ] || mkdir -p $PPD
cat $PLATFORM \
- | sed -e "s,@RPMRC_OPTFLAGS@,$RPMRC_OPTFLAGS," \
+ | sed -e "s#@RPMRC_OPTFLAGS@#$RPMRC_OPTFLAGS#" \
-e "s,@RPMCANONARCH@,$CANONARCH,g" \
-e "s,@RPMCANONCOLOR@,$CANONCOLOR," \
-e "s,@RPMRC_GNU@,$RPMRC_GNU," \