summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-02-27 18:03:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-02-27 18:03:23 +0000
commite25d8c993238ecc1a191789a9d3b1d38c05811b0 (patch)
tree9a69d74c3ab1a524fac7d3f37c744c8e79928a96 /contrib
parentFix stupid typo. (diff)
downloadrtems-e25d8c993238ecc1a191789a9d3b1d38c05811b0.tar.bz2
Revert to cd'ing into gcc-%{gcc_version} for gcc_update
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/gcc/prep.add5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/crossrpms/gcc/prep.add b/contrib/crossrpms/gcc/prep.add
index 7859999cd4..183eecdb5e 100644
--- a/contrib/crossrpms/gcc/prep.add
+++ b/contrib/crossrpms/gcc/prep.add
@@ -41,5 +41,6 @@ cd ..
@PREP@
# Fix timestamps
- gcc-%{gcc_version}/contrib/gcc_update --touch
-
+ cd gcc-%{gcc_version}
+ contrib/gcc_update --touch
+ cd ..