Skip to content

Commit

Permalink
Only match artifacts that match the desired build plan
Browse files Browse the repository at this point in the history
  • Loading branch information
AndydeCleyre committed Nov 27, 2023
1 parent 2abb2bd commit c444e18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/PKGBUILD.wz
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ build () {

package () {
install -d "${pkgdir}/usr/share/fonts/TTF"
install -m644 Iosevka/dist/*/TTF/*.ttf "${pkgdir}/usr/share/fonts/TTF/"
install -m644 Iosevka/dist/@{plan}/TTF/*.ttf "${pkgdir}/usr/share/fonts/TTF/"
@if build_webfonts:
install -d "${pkgdir}/usr/share/fonts/WOFF2"
install -m644 Iosevka/dist/*/WOFF2/*.woff2 "${pkgdir}/usr/share/fonts/WOFF2/"
install -m644 Iosevka/dist/@{plan}/WOFF2/*.woff2 "${pkgdir}/usr/share/fonts/WOFF2/"
printf '%s\n' 'CSS BELOW:'
cat Iosevka/dist/*/*.css
cat Iosevka/dist/@{plan}/*.css
printf '%s\n' 'CSS ABOVE'
@end
install -d "${pkgdir}/usr/share/licenses/${pkgname}"
Expand Down

0 comments on commit c444e18

Please sign in to comment.