libvncserver:ver.bump

This commit is contained in:
Rmys
2018-08-07 12:02:12 +03:00
parent 670a415139
commit 8e41ad7ce5
2 changed files with 11 additions and 3 deletions
+3 -2
View File
@@ -8,9 +8,10 @@ from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
WorkDir = "LibVNCServer-%s" % get.srcVERSION()
WorkDir = "libvncserver-LibVNCServer-%s" % get.srcVERSION()
def setup():
autotools.autoreconf("-vif")
autotools.configure("--disable-static \
--disable-dependency-tracking \
--with-24bpp \
@@ -24,4 +25,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.remove("/usr/bin/linuxvnc")
#pisitools.remove("/usr/bin/linuxvnc")