current Kirigami master fails to build

Go back to v2.2.0.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-10-03 14:39:30 -07:00
parent d5ab03ef4e
commit 53c1c3f26b

View file

@ -32,8 +32,8 @@ if [ "$NOPULL" = "" ] ; then
pushd kirigami pushd kirigami
git checkout master git checkout master
git pull origin master git pull origin master
# let's go back to building against master # building against master breaks after 23ca2077027b214189ba72ca8dab1590a163c955
# git checkout v2.1.0 git checkout v2.2.0
popd popd
fi fi
if [ ! -d breeze-icons ] ; then if [ ! -d breeze-icons ] ; then