From 7063e223dc6cb5fe43b8664c08ab437b1a2d0547 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 21 Oct 1999 17:22:02 +0000 Subject: Made the RTEMS version get substituted properly even though it is not right yet. Now can specify rpm_build_root via setup. --- scripts/mkbspspec.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'scripts/mkbspspec.in') 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} -- cgit v1.2.3