mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 09:22:12 +08:00
[skip-ci] firewalld: rebuild to use python3, second try
This commit is contained in:
parent
5dc32550c5
commit
0436969068
@ -1,6 +1,6 @@
|
||||
pkgname=firewalld
|
||||
pkgver=0.6.3
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='Firewall daemon with D-Bus interface'
|
||||
arch=('x86_64')
|
||||
url='https://firewalld.org/'
|
||||
@ -33,7 +33,7 @@ prepare() {
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
export PYTHON=python3
|
||||
export PYTHON=/usr/bin/python3
|
||||
./configure \
|
||||
--prefix='/usr' \
|
||||
--localstatedir='/var' \
|
||||
|
Loading…
Reference in New Issue
Block a user