Unify build root to macro usage only
This commit is contained in:
parent
473c09451e
commit
2a1efb1ae9
@ -179,7 +179,7 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 --aliases < /de
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%{make_install}
|
%{make_install}
|
||||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
%{_fixperms} %{buildroot}/*
|
||||||
# Install tests
|
# Install tests
|
||||||
mkdir -p %{buildroot}%{_libexecdir}/%{name}
|
mkdir -p %{buildroot}%{_libexecdir}/%{name}
|
||||||
cp -a t talk-to-ourself %{buildroot}%{_libexecdir}/%{name}
|
cp -a t talk-to-ourself %{buildroot}%{_libexecdir}/%{name}
|
||||||
@ -217,6 +217,7 @@ make test
|
|||||||
%changelog
|
%changelog
|
||||||
* Thu May 06 2021 Michal Josef Špaček <mspacek@redhat.com> - 6.54-1
|
* Thu May 06 2021 Michal Josef Špaček <mspacek@redhat.com> - 6.54-1
|
||||||
- 6.54 bump
|
- 6.54 bump
|
||||||
|
- Unify build root to macro usage only
|
||||||
|
|
||||||
* Tue Mar 09 2021 Petr Pisar <ppisar@redhat.com> - 6.53-2
|
* Tue Mar 09 2021 Petr Pisar <ppisar@redhat.com> - 6.53-2
|
||||||
- Package talk-to-ourself script with the tests
|
- Package talk-to-ourself script with the tests
|
||||||
|
Loading…
Reference in New Issue
Block a user