diff options
author | Jani Välimaa <wally@mageia.org> | 2018-08-05 19:38:51 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2018-08-05 19:38:51 +0300 |
commit | 643fc2a331848f7451681420e3c78a6e9c44ee09 (patch) | |
tree | 0daf0bb1b7b16ad9f47951ed8eccfba986506d75 | |
parent | a7079b01bd65cc93b333fbc717915cc1b1a83bf8 (diff) | |
download | rpm-setup-643fc2a331848f7451681420e3c78a6e9c44ee09.tar rpm-setup-643fc2a331848f7451681420e3c78a6e9c44ee09.tar.gz rpm-setup-643fc2a331848f7451681420e3c78a6e9c44ee09.tar.bz2 rpm-setup-643fc2a331848f7451681420e3c78a6e9c44ee09.tar.xz rpm-setup-643fc2a331848f7451681420e3c78a6e9c44ee09.zip |
build.macros: fix typo in __brp_python_bytecompile call
-rw-r--r-- | build.macros.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.macros.in b/build.macros.in index 09fec9a..f34d581 100644 --- a/build.macros.in +++ b/build.macros.in @@ -289,7 +289,7 @@ fi %__os_install_post \ %{?__spec_helper_post}%{?!__spec_helper_post:/usr/share/spec-helper/spec-helper} \ - %{?__brp_python_bytecompile} + %{?__brp_python_bytecompile} \ %{?__brp_python_hardlink}%{!?__brp_python_hardlink:/usr/lib/rpm/brp-python-hardlink} \ %{nil} |