summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-01-02 00:54:45 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-01-02 00:54:45 +0000
commit13cc936a9e8eaf74d5c105c7b5ea0416b8f7eb9c (patch)
tree7cdd29e9af554466558333eeb5fdce21dff55344
parent25a90599ef1faae462c87704c170ae1b152e551c (diff)
downloadpackages-13cc936a9e8eaf74d5c105c7b5ea0416b8f7eb9c.tar.gz
packages-13cc936a9e8eaf74d5c105c7b5ea0416b8f7eb9c.tar.bz2
packages-13cc936a9e8eaf74d5c105c7b5ea0416b8f7eb9c.tar.xz
packages-13cc936a9e8eaf74d5c105c7b5ea0416b8f7eb9c.zip
user/libfontenc: fix font dirs
-rw-r--r--user/libfontenc/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/user/libfontenc/APKBUILD b/user/libfontenc/APKBUILD
index 508804ee8..666a58e81 100644
--- a/user/libfontenc/APKBUILD
+++ b/user/libfontenc/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=libfontenc
pkgver=1.1.3
-pkgrel=3
+pkgrel=4
pkgdesc="X11 font encoding library"
url="https://www.X.Org/"
arch="all"
@@ -19,8 +19,7 @@ build() {
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
- --disable-static \
- --with-encodingsdir=/usr/share/fonts/encodings
+ --disable-static
make
}