gufw:fixed path issue

This commit is contained in:
2024-02-27 14:29:30 +03:00
parent 7ee29869e6
commit 58d93be20e
2 changed files with 10 additions and 5 deletions
+3 -5
View File
@@ -2,11 +2,9 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
# See the file https://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get, pythonmodules, pisitools, shelltools
def build():
@@ -22,6 +20,6 @@ def check():
def install():
pythonmodules.install(pyVer="3")
pisitools.dosym("/usr/lib/python3.9/site-packages/gufw/gufw.py", "/usr/share/gufw/gufw/gufw.py")
pisitools.dosed("%s/usr/bin/gufw-pkexec" % get.installDIR(), "/usr/share/gufw/gufw/gufw.py","/usr/lib/python3.*/site-packages/gufw/gufw.py")
pisitools.dodoc("COPYING*", "README*")
+7
View File
@@ -48,6 +48,13 @@
</Package>
<History>
<Update release="3">
<Date>2024-02-27</Date>
<Version>22.04.0</Version>
<Comment>Rebuild</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2023-11-03</Date>
<Version>22.04.0</Version>