Merge pull request #3540 from Rmys/master

libindi:Rebuild lib64
This commit is contained in:
Ertuğrul Erata
2017-05-18 14:25:02 +03:00
committed by GitHub
2 changed files with 4 additions and 3 deletions
+3 -1
View File
@@ -11,7 +11,9 @@ from pisi.actionsapi import get
#WorkDir = "libindi-%s" % get.srcVERSION() #WorkDir = "libindi-%s" % get.srcVERSION()
def setup(): def setup():
cmaketools.configure("-DBUILD_ROOT=%s" % get.installDIR()) cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_ROOT=%s" % get.installDIR())
def build(): def build():
cmaketools.make() cmaketools.make()
+1 -2
View File
@@ -49,7 +49,6 @@
<Files> <Files>
<Path fileType="executable">/usr/bin</Path> <Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path> <Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/lib64</Path>
<Path fileType="rules">/lib/udev/rules.d</Path> <Path fileType="rules">/lib/udev/rules.d</Path>
<Path fileType="data">/usr/share/indi</Path> <Path fileType="data">/usr/share/indi</Path>
<Path fileType="doc">/usr/share/doc</Path> <Path fileType="doc">/usr/share/doc</Path>
@@ -70,7 +69,7 @@
<History> <History>
<Update release="3"> <Update release="3">
<Date>2017-05-17</Date> <Date>2017-05-18</Date>
<Version>1.4.1</Version> <Version>1.4.1</Version>
<Comment>Release Bump</Comment> <Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name> <Name>Pisi Linux Community</Name>