mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Clone breeze icons from GitHub
anongit.kde.org appears to have problems. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8d2bc595c7
commit
6b396c45bc
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ if [ "$NOPULL" = "" ] ; then
|
|||
popd
|
||||
fi
|
||||
if [ ! -d breeze-icons ] ; then
|
||||
git clone git://anongit.kde.org/breeze-icons
|
||||
git clone https://github.com/kde/breeze-icons
|
||||
fi
|
||||
if [ "$NOPULL" = "" ] ; then
|
||||
pushd breeze-icons
|
||||
|
|
Loading…
Reference in a new issue