summaryrefslogtreecommitdiff
path: root/user/encodings
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-01-02 00:48:28 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-01-02 00:48:28 +0000
commit4eb9fc5218f539a17e79abee056e1a0fd99e4053 (patch)
tree3f32ccb063e2991f727ac4ba8324ea2925ebc327 /user/encodings
parentd3e6a3ebd735009198e2f1ab1692a19ea3a67144 (diff)
downloadpackages-4eb9fc5218f539a17e79abee056e1a0fd99e4053.tar.gz
packages-4eb9fc5218f539a17e79abee056e1a0fd99e4053.tar.bz2
packages-4eb9fc5218f539a17e79abee056e1a0fd99e4053.tar.xz
packages-4eb9fc5218f539a17e79abee056e1a0fd99e4053.zip
user/[X11 fonts]: fix up font paths
Diffstat (limited to 'user/encodings')
-rw-r--r--user/encodings/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/user/encodings/APKBUILD b/user/encodings/APKBUILD
index 84c49ddab..d5c5adbea 100644
--- a/user/encodings/APKBUILD
+++ b/user/encodings/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=encodings
pkgver=1.0.4
-pkgrel=2
+pkgrel=3
pkgdesc="Font encoding files for X11"
url="https://www.X.Org/"
arch="noarch"
@@ -21,8 +21,7 @@ build() {
./configure \
--build=$CBUILD \
--host=$CHOST \
- --prefix=/usr \
- --with-encodingsdir=/usr/share/fonts/encodings
+ --prefix=/usr
make
}