summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-11 08:12:54 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-11 08:12:54 -0800
commit35c5016777d902a2c2ae62bc135e5af0c05fbc14 (patch)
treeeb1779eb7478076a97a9b72b07fd3982de2510de /scripts
parent053ca7f75c5d6ba1f48948fe3fa9fe3e1bfd8534 (diff)
downloadsubsurface-35c5016777d902a2c2ae62bc135e5af0c05fbc14.tar.gz
Travis AppImage: don't delete the copyright info
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/linux/travisbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/linux/travisbuild.sh b/scripts/linux/travisbuild.sh
index 60ff29cde..c1b89bcd4 100644
--- a/scripts/linux/travisbuild.sh
+++ b/scripts/linux/travisbuild.sh
@@ -27,7 +27,7 @@ mkdir -p appdir/usr/plugins/
mv appdir/usr/usr/local/Qt*/plugins/* appdir/usr/plugins # the usr/usr is not a typo - that's where it ends up
mv appdir/usr/lib/grantlee/ appdir/usr/plugins/
rm -rf appdir/usr/home/ appdir/usr/include/ appdir/usr/share/man/ # No need to ship developer and man files as part of the AppImage
-rm -rf appdir/usr/usr appdir/usr/lib/cmake appdir/usr/lib/pkgconfig appdir/usr/share/doc
+rm -rf appdir/usr/usr appdir/usr/lib/cmake appdir/usr/lib/pkgconfig
# get the linuxdeployqt tool and run it to collect the libraries
wget -q -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"