summaryrefslogtreecommitdiffstats
path: root/scripts/mkbspspec.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-22 14:30:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-22 14:30:41 +0000
commitb41a0d197c2035e415306715bdcafd4cb67f106a (patch)
tree3804d66a998029134e3b99990971fdc4ca345823 /scripts/mkbspspec.in
parentRemoved need for START_BASE. (diff)
downloadrtems-b41a0d197c2035e415306715bdcafd4cb67f106a.tar.bz2
RTEMS RPM basically working.
Diffstat (limited to 'scripts/mkbspspec.in')
-rw-r--r--scripts/mkbspspec.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/mkbspspec.in b/scripts/mkbspspec.in
index 3187be2cf1..401c405f03 100644
--- a/scripts/mkbspspec.in
+++ b/scripts/mkbspspec.in
@@ -47,11 +47,11 @@ bsp=$2
. ./$CFG
-specfile=${dst}/$target_alias-$bsp-$RTEMS_VERSION.spec
+specfile=${dst}/$target_alias-$bsp-${rtems_version}.spec
-sed -e "s%@Version@%${RTEMS_VERSION}%g" \
+sed -e "s%@Release@%${rtems_rpm_release}%g" \
-e "s%@bsp@%${bsp}%g" \
- -e "s%@Release@%${rtems_release}%g" \
+ -e "s%@rtems_version@%${rtems_version}%g" \
-e "s%@rpm_build_root@%${rpm_build_root}%g" \
-e "s%@target_alias@%${target_alias}%g" \
< ${RTEMS_DIR}/rtems/rtems.spec.in \