diff --git a/srcpkgs/nerd-fonts/template b/srcpkgs/nerd-fonts/template index 5751afae5f5..1143268154a 100644 --- a/srcpkgs/nerd-fonts/template +++ b/srcpkgs/nerd-fonts/template @@ -1,7 +1,7 @@ # Template file for 'nerd-fonts' pkgname=nerd-fonts version=2.3.3 -revision=1 +revision=2 depends="nerd-fonts-ttf nerd-fonts-otf" short_desc="Iconic font aggregator, collection and patcher" maintainer="cinerea0 " @@ -32,7 +32,7 @@ do_install() { nerd-fonts-otf_package() { short_desc="Iconic font aggregator, collection and patcher - otf fonts" - font_dirs="usr/share/fonts/NerdFonts/otf" + font_dirs="/usr/share/fonts/NerdFonts/otf" depends="font-util" pkg_install() { vmove usr/share/fonts/NerdFonts/otf @@ -41,7 +41,7 @@ nerd-fonts-otf_package() { nerd-fonts-ttf_package() { short_desc="Iconic font aggregator, collection and patcher - ttf fonts" - font_dirs="usr/share/fonts/NerdFonts/ttf" + font_dirs="/usr/share/fonts/NerdFonts/ttf" depends="font-util" pkg_install() { vmove usr/share/fonts/NerdFonts/ttf