From e3aebf1ca2a49ac82456b6c841975652ed675a1f Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Mon, 23 Sep 2019 22:23:30 +0200 Subject: [PATCH] Update maketarball.sh.in --- dist/scripts/maketarball.sh.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dist/scripts/maketarball.sh.in b/dist/scripts/maketarball.sh.in index 95d6930d3..9ffb874fc 100755 --- a/dist/scripts/maketarball.sh.in +++ b/dist/scripts/maketarball.sh.in @@ -30,10 +30,11 @@ tar -cJf $name-$version.tar.xz \ --exclude="$root/build" \ --exclude="$root/zanata.xml" \ --exclude="$root/.zanata-cache" \ - --exclude="$root/scripts/maketarball.sh" \ - --exclude="$root/dist/debian/changelog" \ + --exclude="$root/debian/changelog" \ + --exclude="$root/dist/scripts/maketarball.sh" \ --exclude="$root/dist/pacman/PKGBUILD" \ --exclude="$root/dist/macos/create-dmg.sh" \ --exclude="$root/dist/macos/Info.plist" \ --exclude="$root/dist/windows/windres.rc" \ + --exclude="$root/src/translations/translations.pot" \ "$root"