From d862df802c7a226c823f7da0d9920f43548c1be3 Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 24 Feb 2020 19:12:06 -0300 Subject: community/xwininfo: modernize --- community/xwininfo/APKBUILD | 2 -- 1 file changed, 2 deletions(-) (limited to 'community') diff --git a/community/xwininfo/APKBUILD b/community/xwininfo/APKBUILD index 40f898ef84..45d4f481ee 100644 --- a/community/xwininfo/APKBUILD +++ b/community/xwininfo/APKBUILD @@ -12,7 +12,6 @@ subpackages="$pkgname-doc" source="https://www.x.org/releases/individual/app/xwininfo-$pkgver.tar.bz2" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -24,7 +23,6 @@ build() { } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -- cgit v1.2.3