diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-24 19:12:06 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-24 23:47:48 -0300 |
commit | d862df802c7a226c823f7da0d9920f43548c1be3 (patch) | |
tree | b37ce16df02c4bd12d42fcbbec0a9ba4db4e3f1e /community | |
parent | f0b33254c8d54d3e585b3082164dc5fff2080c9c (diff) | |
download | aports-d862df802c7a226c823f7da0d9920f43548c1be3.tar.bz2 aports-d862df802c7a226c823f7da0d9920f43548c1be3.tar.xz |
community/xwininfo: modernize
Diffstat (limited to 'community')
-rw-r--r-- | community/xwininfo/APKBUILD | 2 |
1 files changed, 0 insertions, 2 deletions
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 } |