diff options
Diffstat (limited to 'repo/font/font-misc-ethiopic.xibuild')
-rw-r--r-- | repo/font/font-misc-ethiopic.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/font/font-misc-ethiopic.xibuild b/repo/font/font-misc-ethiopic.xibuild index 895aebf..872fa2c 100644 --- a/repo/font/font-misc-ethiopic.xibuild +++ b/repo/font/font-misc-ethiopic.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 |