flashplugin update

This commit is contained in:
Idris Kalp
2020-11-13 01:51:06 +03:00
parent 6e69b6604b
commit 06404a6996
2 changed files with 11 additions and 4 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
from pisi.actionsapi import shelltools
ARCH = "i386" if get.ARCH() == "i686" else "x86_64"
WorkDir = get.ARCH()
#ARCH = "i386" if get.ARCH() == "i686" else "x86_64"
WorkDir = "x86_64"
NoStrip = "/"
def install():