Skip to content

Commit c3861b0

Browse files
committed
font-padauk: follow upstream move of .ttf files
1 parent 58053d5 commit c3861b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

font-padauk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pipeline:
3131
- runs: |
3232
pkgname=${{package.name}}
3333
mkdir -p "${{targets.destdir}}"/usr/share/fonts/${pkgname#font-}
34-
install -D -m644 ./references/v${{vars.mangled-package-version}}/*.ttf "${{targets.destdir}}"/usr/share/fonts/${pkgname#font-}
34+
install -D -m644 ./references/*.ttf "${{targets.destdir}}"/usr/share/fonts/${pkgname#font-}
3535
3636
update:
3737
enabled: true

0 commit comments

Comments
 (0)