From d00d2f38aada4d4fa2fc22d8e6242aebb90edcfd Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 28 Oct 2023 02:05:33 +0300 Subject: [PATCH] volume_key-0.3.12 --- hardware/disk/volume_key/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/disk/volume_key/actions.py b/hardware/disk/volume_key/actions.py index f5945faa77..922854a211 100644 --- a/hardware/disk/volume_key/actions.py +++ b/hardware/disk/volume_key/actions.py @@ -11,8 +11,8 @@ from pisi.actionsapi import get def setup(): + autotools.autoreconf("-fiv") shelltools.system("""find . -name ".pyc" -delete""") - #autotools.autoreconf("-fiv") pisitools.dosed("configure", "python2-config", "python2.7-config") autotools.configure()