diff options
author | Ronan Le Martret <ronan@fridu.net> | 2014-02-13 10:15:18 +0100 |
---|---|---|
committer | Philippe Coval <philippe.coval@open.eurogiciel.org> | 2014-05-13 10:54:47 +0200 |
commit | f36ac9d0367e9065d964f5c1ad5c2882a2b881d3 (patch) | |
tree | 98b1357cc66c75659bc0a4cb388fcfae0374cdf9 | |
parent | f7cfca64d2cf82fe4bb9d3a88968ef050b20b1a7 (diff) | |
download | weekeyboard-f36ac9d0367e9065d964f5c1ad5c2882a2b881d3.tar.gz weekeyboard-f36ac9d0367e9065d964f5c1ad5c2882a2b881d3.tar.bz2 weekeyboard-f36ac9d0367e9065d964f5c1ad5c2882a2b881d3.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 |