summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-02-25 04:52:44 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-02-25 04:52:44 +0000
commit2f9c5897c1ddbfd3e01862a67bff224c5eace282 (patch)
tree012e6231716c7d3fe04ae576e7d4fcbd38116200 /contrib
parentUse gcc_rpmvers to setup Version: (diff)
downloadrtems-2f9c5897c1ddbfd3e01862a67bff224c5eace282.tar.bz2
Fix stupid typo.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/binutils/rpm-install.add2
-rw-r--r--contrib/crossrpms/gcc/rpm-install.add2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/crossrpms/binutils/rpm-install.add b/contrib/crossrpms/binutils/rpm-install.add
index d5368e464c..07efd8fe29 100644
--- a/contrib/crossrpms/binutils/rpm-install.add
+++ b/contrib/crossrpms/binutils/rpm-install.add
@@ -1,5 +1,5 @@
# Extract %%__os_install_post into os_install_post~
-cat << \EOF >> os_install_post~
+cat << \EOF > os_install_post~
%__os_install_post
EOF
diff --git a/contrib/crossrpms/gcc/rpm-install.add b/contrib/crossrpms/gcc/rpm-install.add
index dc7957b482..f8d012f8fc 100644
--- a/contrib/crossrpms/gcc/rpm-install.add
+++ b/contrib/crossrpms/gcc/rpm-install.add
@@ -1,5 +1,5 @@
# Extract %%__os_install_post into os_install_post~
-cat << \EOF >> os_install_post~
+cat << \EOF > os_install_post~
%__os_install_post
EOF