summaryrefslogtreecommitdiff
path: root/repo/font/font-opensans.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/font/font-opensans.xibuild')
-rw-r--r--repo/font/font-opensans.xibuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/repo/font/font-opensans.xibuild b/repo/font/font-opensans.xibuild
index 009c172..26369eb 100644
--- a/repo/font/font-opensans.xibuild
+++ b/repo/font/font-opensans.xibuild
@@ -9,7 +9,9 @@ DEPS="fontconfig mkfontscale "
SOURCE="https://github.com/googlefonts/opensans.git"
package() {
- install -D -m644 fonts/ttf/*.ttf -t $PKG_DEST/usr/share/fonts/TTF/
+ for f in fonts/ttf/*.ttf; do
+ install -D -m644 $f $PKG_DEST/usr/share/fonts/TTF/
+ done
}