build: remove configure for prebuild.

This commit is contained in:
Alexandre Pujol 2023-04-19 18:53:54 +01:00
parent ec733d30ac
commit 5af9bab04b
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
5 changed files with 4 additions and 281 deletions

View file

@ -22,8 +22,6 @@ pkgver() {
prepare() {
rsync -a --delete "$startdir" "$srcdir"
cd "$srcdir/$pkgname"
./configure --complain
}
build() {