From 471eb963eec61e6b17d40c1d4faac99b7c855708 Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 24 Feb 2020 20:41:16 -0300 Subject: [PATCH] community/libxp: modernize --- community/libxp/APKBUILD | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/community/libxp/APKBUILD b/community/libxp/APKBUILD index 0fef12aa8cc..6f8a46aef62 100644 --- a/community/libxp/APKBUILD +++ b/community/libxp/APKBUILD @@ -11,10 +11,9 @@ license="MIT" makedepends="libx11-dev libxext-dev libxau-dev xorgproto" subpackages="$pkgname-dev $pkgname-doc" source="https://www.x.org/releases/individual/lib/libXp-$pkgver.tar.bz2" - builddir="$srcdir"/libXp-$pkgver + build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -28,7 +27,6 @@ build() { } package() { - cd "$builddir" make DESTDIR="$pkgdir" install }