Update dist/scripts/maketarball.sh.in

This commit is contained in:
Jonas Kvinge
2019-04-02 18:46:04 +02:00
parent 5ebf7cd273
commit ea508e9c35

View File

@@ -24,8 +24,12 @@ tar -cJf $name-$version.tar.xz \
--exclude=".directory" \
--exclude="*.spec" \
--exclude="*.nsi" \
--exclude="$root/Dockerfile" \
--exclude="$root/.travis.yml" \
--exclude="$root/CMakeLists.txt.user" \
--exclude="$root/build" \
--exclude="$root/zanata.xml" \
--exclude="$root/.zanata-cache" \
--exclude="$root/scripts/maketarball.sh" \
--exclude="$root/dist/debian/changelog" \
--exclude="$root/dist/pacman/PKGBUILD" \