Remove flavor configuration.

This commit is contained in:
Alexandre Pujol 2021-04-04 21:38:07 +01:00
parent f3a982fdf6
commit 18f56603b3
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 3 additions and 18 deletions

View file

@ -18,7 +18,7 @@ prepare() {
git clone "$startdir" "$srcdir/$pkgname"
cd "$srcdir/$pkgname"
./configure --distribution=archlinux --flavor=desktop
./configure --distribution=archlinux
}
package() {