summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorKonstantin Tokarev <annulen@yandex.ru>2016-10-02 01:14:19 +0300
committerKonstantin Tokarev <annulen@yandex.ru>2017-02-02 12:31:07 +0000
commit747609969d3a8bd95ed2293bb5d943660188ede4 (patch)
treee6e8b1e14d2e4ef6eeab5916245bf951bbeab208 /Tools
parenta0be5222b8695aed31664ab4e8e804632569ed64 (diff)
Imported WebKit commit fbdeb5a5c78f666271a638ba10137127bcea61f4
Change-Id: Ie14bf4e3f1f1f7e3b9e5cf60e69a7572dd481006 Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/qt/make-snapshot.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/Tools/qt/make-snapshot.pl b/Tools/qt/make-snapshot.pl
index b8a527e3f..27c5621d6 100755
--- a/Tools/qt/make-snapshot.pl
+++ b/Tools/qt/make-snapshot.pl
@@ -28,8 +28,6 @@ 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",