change actions.py
This commit is contained in:
@@ -5,15 +5,15 @@
|
|||||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
from pisi.actionsapi import shelltools
|
from pisi.actionsapi import shelltools
|
||||||
from pisi.actionsapi import kde4
|
from pisi.actionsapi import kde5
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
kde4.configure()
|
kde5.configure()
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
kde4.make()
|
kde5.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
kde4.install()
|
kde5.install()
|
||||||
|
|||||||
Reference in New Issue
Block a user