aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2018-08-08 08:27:46 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2018-08-08 08:28:29 +0100
commit277b81a62e557aa8513296da154eeed9d03c7553 (patch)
treec83f58d4c47e118c6d9a7f671d4fcf4e006447c7
parentfix patchset version (diff)
downloadgcc-patches-277b81a62e557aa8513296da154eeed9d03c7553.tar.gz
gcc-patches-277b81a62e557aa8513296da154eeed9d03c7553.tar.bz2
gcc-patches-277b81a62e557aa8513296da154eeed9d03c7553.zip
make-tarball.sh: tweak README.Gentoo.patches position after migration form CVS
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rwxr-xr-xmake-tarball.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/make-tarball.sh b/make-tarball.sh
index 34aebec..082da40 100755
--- a/make-tarball.sh
+++ b/make-tarball.sh
@@ -63,10 +63,10 @@ rm -f gcc-${gver}-*.tar.bz2
# standard jobbies
mkdir -p tmp/patch/exclude tmp/uclibc tmp/piepatch tmp/specs
-[[ -n ${PATCH_VER} ]] && cp ${gver}/gentoo/*.patch ../README* tmp/patch/
+[[ -n ${PATCH_VER} ]] && cp ${gver}/gentoo/*.patch README.Gentoo.patches tmp/patch/
[[ -d ${gver}/man ]] && cp -r ${gver}/man tmp/
-[[ -n ${UCLIBC_VER} ]] && cp -r ${gver}/uclibc/* ../README* tmp/uclibc/
-[[ -n ${PIE_VER} ]] && cp -r ${gver}/pie/* ../README* tmp/piepatch/
+[[ -n ${UCLIBC_VER} ]] && cp -r ${gver}/uclibc/* README.Gentoo.patches tmp/uclibc/
+[[ -n ${PIE_VER} ]] && cp -r ${gver}/pie/* README.Gentoo.patches tmp/piepatch/
[[ -n ${PP_VER} ]] && cp -r ${gver}/ssp tmp/
[[ -n ${SPECS_VER} ]] && cp -r ${SPECS_GCC_VER:-${gver}}/specs/* tmp/specs/
# extra cruft