From: Rudolf Polzer Date: Tue, 25 Aug 2015 01:45:55 +0000 (+0200) Subject: Use Xolonium GPL. X-Git-Tag: xonotic-v0.8.1~2 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fmediasource.git;a=commitdiff_plain;h=8644a829212751d4e4d6fa73f3fe9f35e216765c;hp=3d7c73dbc6bdf586478ac00450ec48a38fbc04bf Use Xolonium GPL. --- diff --git a/gfx/luma/render-version.sh b/gfx/luma/render-version.sh index aec318b..b68151e 100755 --- a/gfx/luma/render-version.sh +++ b/gfx/luma/render-version.sh @@ -24,7 +24,7 @@ if [ "$1" = "--no-font-check" ]; then shift else - if [ -z "$(fc-list ':family=Xolonium:style=Regular')" ]; then + if [ -z "$(fc-list ':family=Xolonium GPL:style=Regular')" ]; then echo "Cannot find the Xolonium-Regular font." echo "Please install Xolonium before running this script." exit 2