summaryrefslogtreecommitdiff
path: root/Tools/qt/make-snapshot.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/qt/make-snapshot.pl')
-rwxr-xr-xTools/qt/make-snapshot.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/qt/make-snapshot.pl b/Tools/qt/make-snapshot.pl
index 27c5621d6..b8a527e3f 100755
--- a/Tools/qt/make-snapshot.pl
+++ b/Tools/qt/make-snapshot.pl
@@ -28,6 +28,8 @@ my @commands = (
"Tools/gtk/make-dist.py -t snapshot Tools/qt/manifest.txt",
"cd $target_repo",
"git rm -rf *",
+ "git reset -- dist LICENSE.LGPLv21",
+ "git checkout -- dist LICENSE.LGPLv21",
"tar -xf $src_repo/snapshot.tar --strip-components=1",
"git add -A",
"rm $src_repo/snapshot.tar",