Accepting request 823034 from devel:tools:scm:svn
OBS-URL: https://build.opensuse.org/request/show/823034 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=175
This commit is contained in:
commit
91979b7f60
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 27 15:09:50 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
|
||||
|
||||
- Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 11 07:40:28 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -381,7 +381,7 @@ find %{buildroot} -type f \
|
||||
-print0 | xargs -0 rm -f
|
||||
|
||||
# make Perl modules writable so they get stripped
|
||||
find %{buildroot}%{_libexecdir}/perl5 -type f -perm 555 -print0 |
|
||||
find %{buildroot}%{_prefix}/lib/perl5 -type f -perm 555 -print0 |
|
||||
xargs -0 chmod 755
|
||||
|
||||
install -d -m 0755 %{buildroot}/%{_datadir}/java
|
||||
|
Loading…
x
Reference in New Issue
Block a user