Accepting request 509306 from home:jengelh:branches:Base:System

- Replace suboptimal find \;
cc @dimstar NUDGE

OBS-URL: https://build.opensuse.org/request/show/509306
OBS-URL: https://build.opensuse.org/package/show/Base:System/dos2unix?expand=0&rev=82
This commit is contained in:
Dirk Mueller 2017-07-12 09:11:17 +00:00 committed by Git OBS Bridge
parent be062a9cd3
commit d61d60fd40
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 10 23:01:17 UTC 2017 - jengelh@inai.de
- Replace suboptimal find \;
-------------------------------------------------------------------
Thu Jul 6 07:50:15 UTC 2017 - dimstar@opensuse.org

View File

@ -37,7 +37,7 @@ format to DOS format and unix2dos converts from UNIX to MAC format.
%prep
%setup -q
find . -type f -exec chmod -x '{}' \;
find . -type f -exec chmod -x '{}' +
%build
export RPM_OPT_FLAGS