Merge pull request #13402 from ayhanyalcinsoy/master
gufw:fixed path issue
This commit is contained in:
@@ -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*")
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user