Skip to content

Commit

Permalink
Fix generation of debuginfo packages
Browse files Browse the repository at this point in the history
Signed-off-by: Neal Gompa <ngompa13@gmail.com>
  • Loading branch information
Conan-Kudo committed Mar 5, 2018
1 parent 14f8ee6 commit df94fda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion user/openmandriva/macros
Expand Up @@ -410,7 +410,8 @@ Internationalization and locale data for %{?1:%{1}}%{?!1:%{name}}\
[ %{_with build} -eq 1 ] || exit 0 \
%{nil}

%install %%install \
%install %{?_enable_debug_packages:%{?buildsubdir:%{debug_package}}} \
%%install \
[ %{_with install} -eq 1 ] || exit 0 \
%{nil}

Expand Down

0 comments on commit df94fda

Please sign in to comment.