diff options
author | jbj <devnull@localhost> | 2000-06-01 06:26:09 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-06-01 06:26:09 +0000 |
commit | 8e228337f379e1044c93d6572fc0cd765491430d (patch) | |
tree | 46beaaff570bb400dfa3759829c7c225fe7fe5df /installplatform | |
parent | ef6736bd90a6d314aa789d4542175537e7ff2366 (diff) | |
download | librpm-tizen-8e228337f379e1044c93d6572fc0cd765491430d.tar.gz librpm-tizen-8e228337f379e1044c93d6572fc0cd765491430d.tar.bz2 librpm-tizen-8e228337f379e1044c93d6572fc0cd765491430d.zip |
Restore value of %_arch in per-platform macros.
CVS patchset: 3789
CVS date: 2000/06/01 06:26:09
Diffstat (limited to 'installplatform')
-rwxr-xr-x | installplatform | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installplatform b/installplatform index 1f95633fb..e4953f196 100755 --- a/installplatform +++ b/installplatform @@ -56,7 +56,7 @@ for SUBST in $SUBSTS ; do cat $PLATFORM | \ sed -e "s,@RPMRC_OPTFLAGS@,$RPMRC_OPTFLAGS," \ - -e "s,@RPMRC_ARCH@,$ARCH," \ + -e "s,@RPMRC_ARCH@,$arch," \ -e "s,@LIB@,$LIB," \ -e "s,@ARCH_INSTALL_POST@,$ARCH_INSTALL_POST," \ -e "s,@DEFAULTDOCDIR@,$DEFAULTDOCDIR," \ |