Skip to content

Commit

Permalink
alter logging to include CSS directly
Browse files Browse the repository at this point in the history
  • Loading branch information
AndydeCleyre committed Dec 9, 2020
1 parent 5aa45b4 commit 50db39e
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions templates/PKGBUILD.wz
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,9 @@ package() {
@if build_webfonts:
install -d "${pkgdir}/usr/share/fonts/WOFF2"
install -m644 Iosevka/dist/*/woff2/*.woff2 "${pkgdir}/usr/share/fonts/WOFF2/"
# where's the css stuff?
printf '%s\n' "IN THE DIST FOLDER, TOP LEVEL:"
ls Iosevka/dist/
printf '%s\n' "IN THE DIST FOLDER, SECOND LEVEL:"
ls Iosevka/dist/*/
printf '%s\n' "IN THE DIST FOLDER, THIRD LEVEL:"
ls Iosevka/dist/*/*/
# install -d "${pkgdir}/usr/share/fonts/WOFF2"
# install -m644 Iosevka/dist/*/woff2/*.woff2 "${pkgdir}/usr/share/fonts/WOFF2/"
printf '%s\n' 'CSS BELOW:'
cat Iosevka/dist/*/*.css
printf '%s\n' 'CSS ABOVE'
@end
install -d "${pkgdir}/usr/share/licenses/${pkgname}"
install -m644 Iosevka/LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/"
Expand Down

0 comments on commit 50db39e

Please sign in to comment.