Skip to content

Commit 5440d23

Browse files
committed
README-MAINTAINER: use full path for xattr
1 parent 5bc8476 commit 5440d23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README-MAINTAINER.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -325,12 +325,12 @@ The direct download URL is:
325325
<p>On macOS, if you download&nbsp;the archive with the browser, the strict security checks&nbsp;on recent macOS will prevent it to run, and complain that the program is damaged. That&#39;s obviously not true, and&nbsp;the fix is simple, you need to&nbsp;remove the <strong>com.apple.quarantine</strong> extended attribute.</p>
326326

327327
<pre>
328-
$ xattr -d com.apple.quarantine eclipse-embedcdt-2020-06-R-macosx.cocoa.x86_64.tar.gz</pre>
328+
$ xattr -d com.apple.quarantine ~/Downloads/eclipse-embedcdt-2020-06-R-macosx.cocoa.x86_64.tar.gz</pre>
329329

330330
<p>After un-archiving, if the Eclipse.app still does not run,&nbsp;check/remove the attribute from the Eclipse.app folder too:</p>
331331

332332
<pre>
333-
$ xattr -dr com.apple.quarantine Eclipse.app
333+
$ xattr -dr com.apple.quarantine ~/Downloads/Eclipse.app
334334
</pre>
335335

336336
```

0 commit comments

Comments
 (0)