Workaround for the bug: <code}
diff --git a/PKGBUILD b/PKGBUILD index 10c83bc..a303501 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -27,6 +27,8 @@ build() { package() { cd aerotools make DESTDIR="$pkgdir" PREFIX=/usr install + mv "$pkgdir/usr/usr/lib" "$pkgdir/usr/" + rmdir "$pkgdir/usr/usr" }
