diff options
Diffstat (limited to 'system/noto-fonts')
-rw-r--r-- | system/noto-fonts/noto-fonts.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/system/noto-fonts/noto-fonts.SlackBuild b/system/noto-fonts/noto-fonts.SlackBuild index 308e465658..692b717e93 100644 --- a/system/noto-fonts/noto-fonts.SlackBuild +++ b/system/noto-fonts/noto-fonts.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=noto-fonts VERSION=${VERSION:-20180111} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} ARCH=noarch @@ -59,9 +59,6 @@ install -m644 alpha/Noto*.tt[fc] $PKG/usr/share/fonts/TTF/ install -m644 hinted/Noto*.tt[fc] $PKG/usr/share/fonts/TTF/ install -m644 unhinted/Noto*.tt[fc] $PKG/usr/share/fonts/TTF/ -# Already in NotoSans-*.ttc -rm -f $PKG/usr/share/fonts/TTF/NotoSans{,UI}-*.ttf - mkdir -p $PKG/etc/fonts/conf.avail install -m644 $CWD/*.conf $PKG/etc/fonts/conf.avail/ |