summaryrefslogtreecommitdiffstats
path: root/scripts/make_deb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/make_deb.sh')
-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