diff --git a/hardware/disk/volume_key/actions.py b/hardware/disk/volume_key/actions.py index bc9dba0477..f5945faa77 100644 --- a/hardware/disk/volume_key/actions.py +++ b/hardware/disk/volume_key/actions.py @@ -11,7 +11,10 @@ from pisi.actionsapi import get def setup(): - shelltools.system("sed -i 's|python2-config|python2.7-config|g' configure") + shelltools.system("""find . -name ".pyc" -delete""") + #autotools.autoreconf("-fiv") + pisitools.dosed("configure", "python2-config", "python2.7-config") + autotools.configure() pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") diff --git a/hardware/disk/volume_key/pspec.xml b/hardware/disk/volume_key/pspec.xml index 7ae3ef0f76..8126028662 100644 --- a/hardware/disk/volume_key/pspec.xml +++ b/hardware/disk/volume_key/pspec.xml @@ -65,6 +65,13 @@ + + 2020-11-07 + 0.3.12 + Rebuild. + PisiLinux Community + admins@pisilinux.org + 2020-02-01 0.3.12