diff options
author | Ned Ludd <solar@gentoo.org> | 2008-12-31 21:13:40 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2008-12-31 21:13:40 +0000 |
commit | d2c97ff47226ca7db1dcc1efb05d1db7be185016 (patch) | |
tree | ec0916cdaf436454862cc759a27f21b243110d66 /make-tarball.sh | |
parent | import specs stuff into cvs (diff) | |
download | gcc-patches-d2c97ff47226ca7db1dcc1efb05d1db7be185016.tar.gz gcc-patches-d2c97ff47226ca7db1dcc1efb05d1db7be185016.tar.bz2 gcc-patches-d2c97ff47226ca7db1dcc1efb05d1db7be185016.zip |
- dump the default work in the spec files
Diffstat (limited to 'make-tarball.sh')
-rwxr-xr-x | make-tarball.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-tarball.sh b/make-tarball.sh index 11769c7..4d2d352 100755 --- a/make-tarball.sh +++ b/make-tarball.sh @@ -82,7 +82,7 @@ tar -jcf gcc-${sgver}-uclibc-patches-${UCLIBC_VER}.tar.bz2 \ tar -jcf gcc-${sgver}-piepatches-v${PIE_VER}.tar.bz2 \ -C tmp piepatch || exit 1 ; } [[ -n ${SPECS_VER} ]] && { -tar -jcf gcc-${sgver}-default-specs-${SPECS_VER}.tar.bz2 \ +tar -jcf gcc-${sgver}-specs-${SPECS_VER}.tar.bz2 \ -C tmp specs || exit 1 ; } [[ -n ${PP_VER} ]] && { mv tmp/ssp/protector.patch tmp/ssp/gcc-${gver}-ssp.patch |