summaryrefslogtreecommitdiff
path: root/repo/font/font-bh-ttf.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/font/font-bh-ttf.xibuild')
-rw-r--r--repo/font/font-bh-ttf.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/font/font-bh-ttf.xibuild b/repo/font/font-bh-ttf.xibuild
index 6f0c2b9..7d9d58c 100644
--- a/repo/font/font-bh-ttf.xibuild
+++ b/repo/font/font-bh-ttf.xibuild
@@ -14,7 +14,7 @@ build () {
package () {
make DESTDIR=$PKG_DEST install
-install -v -d -m755 $PKG_DEST/usr/share/fonts &&
-ln -svfn $XORG_PREFIX/share/fonts/X11/OTF $PKG_DEST/usr/share/fonts/X11-OTF &&
-ln -svfn $XORG_PREFIX/share/fonts/X11/TTF $PKG_DEST/usr/share/fonts/X11-TTF
+install -d -m755 $PKG_DEST/usr/share/fonts &&
+ln -sf $XORG_PREFIX/share/fonts/X11/OTF $PKG_DEST/usr/share/fonts/X11-OTF &&
+ln -sf $XORG_PREFIX/share/fonts/X11/TTF $PKG_DEST/usr/share/fonts/X11-TTF
} \ No newline at end of file