Skip to content

Commit

Permalink
update for new OHPC_UTILS macro (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
crbaird committed Jul 26, 2017
1 parent 28b3dd1 commit 5d301d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/dev-tools/libtool/SPECS/libtool.spec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ BuildRoot: %{_tmppath}/%{pname}-%{version}-%{release}-root
#!BuildIgnore: post-build-checks rpmlint-Factory

%define debug_package %{nil}
%define install_path %{OHPC_PUB}/autotools
%define install_path %{OHPC_UTILS}/autotools

Requires: autoconf%{PROJ_DELIM} >= 2.69
Requires: automake%{PROJ_DELIM} >= 1.14.1
Expand Down Expand Up @@ -93,9 +93,9 @@ rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%dir %{OHPC_PUB}
%dir %{OHPC_UTILS}
%dir %{OHPC_MODULES}
%{OHPC_PUB}
%{OHPC_UTILS}
%{OHPC_MODULES}/autotools
%doc AUTHORS
%doc ChangeLog
Expand Down

0 comments on commit 5d301d1

Please sign in to comment.