summaryrefslogtreecommitdiff
path: root/ttf-unifont/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-07-28 14:54:02 +0200
committerTim Biermann <tbier@posteo.de>2021-07-28 14:54:02 +0200
commitdaa078df54fb8d762afc2f06e573e5c228919d41 (patch)
tree244b4556bab05338988c4365b22a5a8937820da5 /ttf-unifont/Pkgfile
parent48150099102751fe5728b1bdb46fd4967d33713a (diff)
downloadcontrib-daa078df54fb8d762afc2f06e573e5c228919d41.tar.gz
contrib-daa078df54fb8d762afc2f06e573e5c228919d41.tar.xz
ttf-unifont: changed folder to install font to
Diffstat (limited to 'ttf-unifont/Pkgfile')
-rw-r--r--ttf-unifont/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ttf-unifont/Pkgfile b/ttf-unifont/Pkgfile
index 656a07a5a..f74fba67d 100644
--- a/ttf-unifont/Pkgfile
+++ b/ttf-unifont/Pkgfile
@@ -9,8 +9,8 @@ source=(https://unifoundry.com/pub/unifont/unifont-$version/unifont-$version.tar
build() {
cd unifont-$version/font/precompiled
- install -d $PKG/usr/share/fonts/TTF
+ install -d $PKG/usr/share/fonts/TTF/unifont/
for i in *.ttf; do
- install -m644 $i $PKG/usr/share/fonts/TTF/;
+ install -Dm644 $i $PKG/usr/share/fonts/TTF/unifont/;
done
}

Generated by cgit