isoimagewriter-25.04.2

This commit is contained in:
Rmys
2025-06-17 16:23:58 +03:00
parent b226c468ae
commit c9eadafc46
2 changed files with 18 additions and 9 deletions
+4 -4
View File
@@ -4,16 +4,16 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import kde5
from pisi.actionsapi import kde6
from pisi.actionsapi import pisitools
def setup():
kde5.configure()
kde6.configure()
def build():
kde5.make()
kde6.make()
def install():
kde5.install()
kde6.install()
pisitools.dodoc("LICENSES/*")