summaryrefslogtreecommitdiff
path: root/user/font-xfree86-type1
diff options
context:
space:
mode:
Diffstat (limited to 'user/font-xfree86-type1')
-rw-r--r--user/font-xfree86-type1/APKBUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/user/font-xfree86-type1/APKBUILD b/user/font-xfree86-type1/APKBUILD
index f82b76bcf..308217e65 100644
--- a/user/font-xfree86-type1/APKBUILD
+++ b/user/font-xfree86-type1/APKBUILD
@@ -13,13 +13,11 @@ subpackages=""
source="https://www.x.org/releases/individual/font/font-xfree86-type1-$pkgver.tar.bz2"
prepare() {
- cd "$builddir"
default_prepare
update_config_sub
}
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -31,12 +29,10 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
find "$pkgdir" -name fonts.dir -exec rm {} +
find "$pkgdir" -name fonts.scale -exec rm {} +