Search by
Keywords
Out of Date
Sort by
Sort order
Per page
Author has changed repo structure and now there is extra folder in path In order this package to build now I had to change line 23 in PKGBUILD from
cp -a "${srcdir}/Fast-Font/"*.ttf "${pkgdir}/usr/share/fonts/fast-font/"
to
cp -a "${srcdir}/Fast-Font/fast-fonts/"*.ttf "${pkgdir}/usr/share/fonts/fast-font/"
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
Author has changed repo structure and now there is extra folder in path In order this package to build now I had to change line 23 in PKGBUILD from
to