summaryrefslogtreecommitdiff
path: root/user/font-alias
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/font-alias
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/font-alias')
-rw-r--r--user/font-alias/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/user/font-alias/APKBUILD b/user/font-alias/APKBUILD
index 91fc0705b..dee7f9487 100644
--- a/user/font-alias/APKBUILD
+++ b/user/font-alias/APKBUILD
@@ -1,18 +1,19 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=font-alias
pkgver=1.0.3
-pkgrel=2
+pkgrel=3
pkgdesc="Font alias definitions from X.Org"
url="https://www.X.Org/"
arch="noarch"
-license="unknown:BSD-Style"
+license="MIT"
depends=""
makedepends="util-macros"
source="https://www.X.Org/releases/individual/font/$pkgname-$pkgver.tar.bz2"
prepare() {
- update_config_sub
+ cd "$builddir"
default_prepare
+ update_config_sub
}
build() {
@@ -20,8 +21,7 @@ build() {
./configure \
--build=$CBUILD \
--host=$CHOST \
- --prefix=/usr \
- --with-fontrootdir=/usr/share/fonts
+ --prefix=/usr
make
}