summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-10-21 18:56:00 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-12-04 12:07:17 +0100
commitc55dca327310135905249bad3a0152f6cc1aba1c (patch)
tree18302efc33296d6a49691d7373d05cf6d5e25ff0 /scripts
parent152d0ebc8b7807a03493ce63b804df5dc04cc171 (diff)
downloadOSELAS.Toolchain-c55dca327310135905249bad3a0152f6cc1aba1c.tar.gz
OSELAS.Toolchain-c55dca327310135905249bad3a0152f6cc1aba1c.tar.xz
exclude gcc-first when packaging
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/make_deb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_deb.sh b/scripts/make_deb.sh
index 71f5e38..707d441 100755
--- a/scripts/make_deb.sh
+++ b/scripts/make_deb.sh
@@ -49,7 +49,7 @@ Bugs: mailto:bugs@pengutronix.de
EOF
#Depends: autoconf, automake, libtool, flex, bison, gcc, g++, python-dev, libncurses5-dev, gawk, pkg-config, make, diff, patch, quilt
# copy data
- tar -C "${destdir}" -c "${prefix}" | tar -C "${debian_tmp}" -x
+ tar -C "${destdir}" --exclude=gcc-first -c "${prefix}" | tar -C "${debian_tmp}" -x
# make a deb out of it
echo dpkg -b "${debian_tmp}" "${deb}" | fakeroot