3
0

- Use install instead of mkdir and cp

OBS-URL: https://build.opensuse.org/package/show/network:chromium/memory-constraints?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal 2018-04-06 13:41:45 +00:00 committed by Git OBS Bridge
parent cf553119cf
commit 3dc909e9eb
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 6 13:41:22 UTC 2018 - tchvatal@suse.com
- Use install instead of mkdir and cp
-------------------------------------------------------------------
Fri Apr 6 13:00:10 UTC 2018 - tchvatal@suse.com

View File

@ -41,8 +41,7 @@ ensure we can produce results rather than OOM reports.
:
%install
mkdir -p %{buildroot}/%{_libexecdir}/rpm/macros.d
cp %{SOURCE0} %{buildroot}/%{_libexecdir}/rpm/macros.d/macros.%{name}
install -D -m 644 %{SOURCE0} %{buildroot}/%{_libexecdir}/rpm/macros.d/macros.%{name}
%files
%{_libexecdir}/rpm/macros.d/macros.%{name}