1
0
mirror of https://github.com/tommytran732/libpamac-flatpak synced 2024-11-21 17:01:35 -05:00

Remove Snapd from meson

This commit is contained in:
TommyTran732 2021-08-18 01:25:48 -04:00
parent 8b531724f5
commit 7e35f1c551
No known key found for this signature in database
GPG Key ID: 8825C3851DC29C20

View File

@ -20,11 +20,11 @@ build() {
cd $_pkgname-$pkgver
mkdir -p builddir
cd builddir
meson setup --prefix=/usr --sysconfdir=/etc -Denable-snap=true -Denable-flatpak=true --buildtype=release
meson setup --prefix=/usr --sysconfdir=/etc -Denable-flatpak=true --buildtype=release
ninja
}
package() {
package() {https://github.com/tommytran732/libpamac-flatpak
backup=('etc/pamac.conf')
cd $_pkgname-$pkgver
cd builddir