3
0
forked from pool/coreutils
Dr. Werner Fink 2013-06-04 12:31:12 +00:00 committed by Git OBS Bridge
parent 8a7828737b
commit 5a7fadad23

View File

@ -227,7 +227,7 @@ echo '.so man1/test.1' > %{buildroot}/%{_mandir}/man1/\[.1
%install_info --info-dir=%{_infodir} %{_infodir}/coreutils.info.gz
# may fail if permissions is not there, but there is no way around that
%set_permissions %{_bindir}/su.core || true
%set_permissions %{_bindir}/su.core || :
%endif
# ================================================