Merge pull request #3310 from ayhanyalcinsoy/master

qtermwidget5:fixed lib path
This commit is contained in:
2017-03-31 11:53:03 +03:00
committed by GitHub
2 changed files with 3 additions and 6 deletions
+2 -5
View File
@@ -14,6 +14,7 @@ def setup():
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_DESIGNER_PLUGIN=0 \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DUSE_QT5=true", sourceDir="..")
def build():
@@ -23,10 +24,6 @@ def build():
def install():
shelltools.cd("build")
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
#fixed library path
if get.buildTYPE() == "x86_64":
pisitools.domove("/usr/lib64/*", "usr/lib/")
pisitools.removeDir("/usr/lib64")
shelltools.cd("..")
pisitools.dodoc("LICENSE", "AUTHORS", "README.md", "CHANGELOG")
+1 -1
View File
@@ -47,7 +47,7 @@
</Package>
<History>
<Update release="4">
<Date>2017-03-30</Date>
<Date>2017-03-31</Date>
<Version>0.7.1</Version>
<Comment>Rebuild.</Comment>
<Name>Ayhan Yalçınsoy</Name>