diff options
author | Ronan Le Martret <ronan@fridu.net> | 2014-02-13 10:15:18 +0100 |
---|---|---|
committer | ronan(Eurogiciel) Le Martret <ronan.lemartret@open.eurogiciel.org> | 2014-02-13 01:17:52 -0800 |
commit | b95478f0f3e025e005ad5cfb2cb694c4fb794f7f (patch) | |
tree | 98b1357cc66c75659bc0a4cb388fcfae0374cdf9 | |
parent | 72c8daea52a53e6e250fe5c43572228e601e3dd0 (diff) | |
download | weekeyboard-b95478f0f3e025e005ad5cfb2cb694c4fb794f7f.tar.gz weekeyboard-b95478f0f3e025e005ad5cfb2cb694c4fb794f7f.tar.bz2 weekeyboard-b95478f0f3e025e005ad5cfb2cb694c4fb794f7f.zip |
Convert spec macro %configure to %reconfigure to fix automake issue.
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Change-Id: I400995735c99b9fe9f5a7288d4c812691ae7f3fe
-rw-r--r-- | packaging/weekeyboard.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/weekeyboard.spec b/packaging/weekeyboard.spec index eb656b5..4493364 100644 --- a/packaging/weekeyboard.spec +++ b/packaging/weekeyboard.spec @@ -39,7 +39,7 @@ cp %{SOURCE1001} . %build -%configure --disable-ibus +%reconfigure --disable-ibus make %{?_smp_mflags} %install |