update and fix

This commit is contained in:
Ertuğrul Erata
2016-03-13 19:42:14 +02:00
parent 1266e5d3ca
commit ec6c1fb00e
2 changed files with 5 additions and 1 deletions
+3
View File
@@ -6,8 +6,11 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import get
from pisi.actionsapi import shelltools
def setup():
shelltools.system("sh ./autogen.sh")
autotools.configure()
def build():
+2 -1
View File
@@ -24,7 +24,7 @@
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="library">/usr/lib/*</Path>
<Path fileType="library">/usr/lib</Path>
</Files>
</Package>
<Package>
@@ -35,6 +35,7 @@
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>