Accepting request 509666 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/509666 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dos2unix?expand=0&rev=56
This commit is contained in:
commit
ab00dc99c0
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user