mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 04:37:20 +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
|
pkgname=firewalld
|
||||||
pkgver=0.6.3
|
pkgver=0.6.3
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc='Firewall daemon with D-Bus interface'
|
pkgdesc='Firewall daemon with D-Bus interface'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://firewalld.org/'
|
url='https://firewalld.org/'
|
||||||
@ -33,7 +33,7 @@ prepare() {
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
export PYTHON=python3
|
export PYTHON=/usr/bin/python3
|
||||||
./configure \
|
./configure \
|
||||||
--prefix='/usr' \
|
--prefix='/usr' \
|
||||||
--localstatedir='/var' \
|
--localstatedir='/var' \
|
||||||
|
Loading…
Reference in New Issue
Block a user