Skip to content
Snippets Groups Projects
Commit d862df80 authored by Leo's avatar Leo
Browse files

community/xwininfo: modernize

parent f0b33254
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment