summaryrefslogtreecommitdiffstats
path: root/scripts/mobilecomponents.sh
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-10-03 14:39:30 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-10-03 14:40:08 -0700
commit53c1c3f26bec6bf1d9f5417d5db12ea532c6a5cc (patch)
tree93e27abc9df66b8279c1ecfcdac18386708bcd9d /scripts/mobilecomponents.sh
parentd5ab03ef4e84820f9530152dbf4ffc29dec6e652 (diff)
downloadsubsurface-53c1c3f26bec6bf1d9f5417d5db12ea532c6a5cc.tar.gz
current Kirigami master fails to build
Go back to v2.2.0. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/mobilecomponents.sh')
-rwxr-xr-xscripts/mobilecomponents.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh
index b48162a6f..90ccd2b03 100755
--- a/scripts/mobilecomponents.sh
+++ b/scripts/mobilecomponents.sh
@@ -32,8 +32,8 @@ if [ "$NOPULL" = "" ] ; then
pushd kirigami
git checkout master
git pull origin master
- # let's go back to building against master
- # git checkout v2.1.0
+ # building against master breaks after 23ca2077027b214189ba72ca8dab1590a163c955
+ git checkout v2.2.0
popd
fi
if [ ! -d breeze-icons ] ; then