From 5b0fc1a378e1f7b5f61b2900cf6100393c0538fe Mon Sep 17 00:00:00 2001 From: Albert Uchytil Date: Wed, 7 May 2014 12:50:31 +0200 Subject: [PATCH] Changed script paths in __os_install_post -required to keep up with rpm --- macros.scl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/macros.scl b/macros.scl index 55e934eb088da192a334eea2771fe3658837d132..b8dca61edb027c404009c87442902619258a9a74 100644 --- a/macros.scl +++ b/macros.scl @@ -80,12 +80,12 @@ package or when debugging this package. %scl_debug %global __os_install_post %{expand: /usr/lib/rpm/brp-scl-compress %{_scl_root} - %{!?__debug_package:/usr/lib/rpm/redhat/brp-strip %{__strip} - /usr/lib/rpm/redhat/brp-strip-comment-note %{__strip} %{__objdump} + %{!?__debug_package:/usr/lib/rpm/brp-strip %{__strip} + /usr/lib/rpm/brp-strip-comment-note %{__strip} %{__objdump} } - /usr/lib/rpm/redhat/brp-strip-static-archive %{__strip} + /usr/lib/rpm/brp-strip-static-archive %{__strip} /usr/lib/rpm/brp-scl-python-bytecompile %{__python} %{?_python_bytecompile_errors_terminate_build} %{_scl_root} - /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/brp-python-hardlink %{!?__jar_repack:/usr/lib/rpm/redhat/brp-java-repack-jars} %{nil}} } -- 1.9.0