Skip to content

Commit

Permalink
testing/font-iosevka-nerd: modernize
Browse files Browse the repository at this point in the history
Closes: GH-7935
  • Loading branch information
maxice8 authored and TBK committed May 23, 2019
1 parent fb0ca05 commit a376400
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testing/font-iosevka-nerd/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ source="$pkgname-$pkgver.tar.xz::https://gitlab.com/devopsdeluxe/nerd-fonts-aur/
builddir="$srcdir/NerdFonts"

package() {
cd "$builddir"
find . -iname 'Iosevka*.ttf' | while read -r ttf; do
install -Dm644 "$ttf" "$pkgdir"/usr/share/fonts/TTF/"$ttf"
done
Expand Down

0 comments on commit a376400

Please sign in to comment.