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/mkgdbspec.in | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/mkgdbspec.in') diff --git a/scripts/mkgdbspec.in b/scripts/mkgdbspec.in index c86537528d..1f7d3c261f 100644 --- a/scripts/mkgdbspec.in +++ b/scripts/mkgdbspec.in @@ -50,6 +50,7 @@ target_alias=$1 specfile=${dst}/$target_alias-gdb-${gdb_version}.spec sed -e "s%@Release@%${gdb_rpm_release}%g" \ + -e "s%@rpm_build_root@%${rpm_build_root}%g" \ -e "s%@target_alias@%${target_alias}%g" \ -e "s%@gdb_version@%${gdb_version}%g" \ -e "s%@gdb_patch_version@%${gdb_patch_version}%g" \ -- cgit v1.2.3