aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-24 19:12:06 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-24 23:47:48 -0300
commitd862df802c7a226c823f7da0d9920f43548c1be3 (patch)
treeb37ce16df02c4bd12d42fcbbec0a9ba4db4e3f1e
parentf0b33254c8d54d3e585b3082164dc5fff2080c9c (diff)
community/xwininfo: modernize
-rw-r--r--community/xwininfo/APKBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/community/xwininfo/APKBUILD b/community/xwininfo/APKBUILD
index 40f898ef847..45d4f481eec 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
}