mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
community/xwininfo: modernize
This commit is contained in:
parent
f0b33254c8
commit
d862df802c
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user