We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b7068 commit 9b398c6Copy full SHA for 9b398c6
1 file changed
macros.spec-helper.in
@@ -2,7 +2,7 @@
2
3
%__spec_helper_post \
4
%{?!dont_clean_files: [ -n "$DONT_CLEANUP" ] || %_spec_helper_dir/clean_files} \
5
- %{?!dont_compress: [ -n "$DONT_COMPRESS" ] || COMPRESS="%{?_compress}%{?!_compress:gzip -9 -n}" COMPRESS_EXT="%{?_extension}%{?!_extension:.gz}" %{_usrlibrpm}/brp-compress} \
+ %{?!dont_compress: [ -n "$DONT_COMPRESS" ] || COMPRESS="%{?_compress}%{?!_compress:gzip -9 -n}" COMPRESS_EXT="%{?_extension}%{?!_extension:.gz}" %{_rpmconfigdir}/brp-compress} \
6
%{?!dont_relink: [ -n "$DONT_RELINK" ] || %_spec_helper_dir/relink_symlinks} \
7
%{?!dont_cleanup_perl: [ -n "$DONT_CLEAN_PERL" ] || %_spec_helper_dir/clean_perl} \
8
%{?!dont_symlinks_libs: [ -n "$DONT_SYMLINK_LIBS" ] || %_spec_helper_dir/lib_symlinks} \
0 commit comments