From f99268f797c120a24030a573ef22813cd018beb5 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 22 Oct 2022 16:29:29 +0100 Subject: Added unrar --- repo/font-misc-ethiopic/font-misc-ethiopic.xibuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'repo/font-misc-ethiopic/font-misc-ethiopic.xibuild') diff --git a/repo/font-misc-ethiopic/font-misc-ethiopic.xibuild b/repo/font-misc-ethiopic/font-misc-ethiopic.xibuild index 872fa2c..1e9b77a 100644 --- a/repo/font-misc-ethiopic/font-misc-ethiopic.xibuild +++ b/repo/font-misc-ethiopic/font-misc-ethiopic.xibuild @@ -7,7 +7,7 @@ PKG_VER=1.0.4 SOURCE=https://www.x.org/pub/individual/font/font-misc-ethiopic-$PKG_VER.tar.bz2 build () { - ./configure $XORG_CONFIG + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static make } @@ -15,6 +15,6 @@ package () { make DESTDIR=$PKG_DEST install 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 +ln -sf /usr/share/fonts/X11/OTF $PKG_DEST/usr/share/fonts/X11-OTF && +ln -sf /usr/share/fonts/X11/TTF $PKG_DEST/usr/share/fonts/X11-TTF } \ No newline at end of file -- cgit v1.2.1