Skip to content

Commit

Permalink
Merge pull request #254 from kardapoltsev/wip/fix-rpm-brp-repack-temp…
Browse files Browse the repository at this point in the history
…late

brpJavaRepackJar template fixed
  • Loading branch information
muuki88 committed May 17, 2014
2 parents e7fa376 + ae4851c commit 34d5f5c
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%define __os_install_post \
/usr/lib/rpm/brp-compress \
%{!?__debug_package:/usr/lib/rpm/brp-strip %{__strip}} \
/usr/lib/rpm/brp-strip-static-archive %{__strip} \
/usr/lib/rpm/brp-strip-comment-note %{__strip} %{__objdump} \
%{nil}
%{_rpmconfigdir}/brp-compress \
%{!?__debug_package:%{_rpmconfigdir}/brp-strip %{__strip}} \
%{_rpmconfigdir}/brp-strip-static-archive %{__strip} \
%{_rpmconfigdir}/brp-strip-comment-note %{__strip} %{__objdump} \
%{nil}

0 comments on commit 34d5f5c

Please sign in to comment.