summaryrefslogtreecommitdiffstats
path: root/scripts/mkbspspec.in
diff options
context:
space:
mode:
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}