summaryrefslogtreecommitdiffstats
path: root/scripts/mkbspspec.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-21 17:22:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-21 17:22:02 +0000
commit7063e223dc6cb5fe43b8664c08ab437b1a2d0547 (patch)
treeb024d8f41b3ac6fa3540256ef993364433a71195 /scripts/mkbspspec.in
parentNow can specify rpm_build_root via setup. (diff)
downloadrtems-7063e223dc6cb5fe43b8664c08ab437b1a2d0547.tar.bz2
Made the RTEMS version get substituted properly even though it is
not right yet. Now can specify rpm_build_root via setup.
Diffstat (limited to 'scripts/mkbspspec.in')
-rw-r--r--scripts/mkbspspec.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/mkbspspec.in b/scripts/mkbspspec.in
index 5cc5cb82c3..3187be2cf1 100644
--- a/scripts/mkbspspec.in
+++ b/scripts/mkbspspec.in
@@ -50,9 +50,10 @@ bsp=$2
specfile=${dst}/$target_alias-$bsp-$RTEMS_VERSION.spec
sed -e "s%@Version@%${RTEMS_VERSION}%g" \
--e "s%@bsp@%${bsp}%g" \
--e "s%@Release@%${rtems_release}%g" \
--e "s%@target_alias@%${target_alias}%g" \
+ -e "s%@bsp@%${bsp}%g" \
+ -e "s%@Release@%${rtems_release}%g" \
+ -e "s%@rpm_build_root@%${rpm_build_root}%g" \
+ -e "s%@target_alias@%${target_alias}%g" \
< ${RTEMS_DIR}/rtems/rtems.spec.in \
> ${specfile}