libgudev:fixed actions.py
This commit is contained in:
@@ -12,7 +12,8 @@ from pisi.actionsapi import autotools
|
||||
def setup():
|
||||
autotools.configure("--prefix=/usr \
|
||||
--enable-introspection \
|
||||
--enable-gtk-doc")
|
||||
--enable-gtk-doc \
|
||||
--disable-umockdev")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
@@ -21,4 +22,4 @@ def build():
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
#pisitools.dodoc("AUTHORS", "COPYING")
|
||||
#pisitools.dodoc("AUTHORS", "COPYING")
|
||||
|
||||
Reference in New Issue
Block a user