From 20df36a26c4427baecc3628417dea65318643974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 29 Jan 2023 21:33:34 +0700 Subject: [PATCH] nerd-fonts: fix font_dirs Fix: #41939 --- srcpkgs/nerd-fonts/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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