shithub: sox

Download patch

ref: 7507a001939e517ea327029ea8c6c6ba51572f7d
parent: dd776a38ea4f86b31ef4464345dd3ce53d6af46a
author: cbagwell <cbagwell>
date: Sun Feb 27 12:16:16 EST 2011

README.osx wasn't easily readable in Finder.  Revert back to
README.osx.txt.

--- a/osxbuild
+++ b/osxbuild
@@ -86,11 +86,11 @@
 
 # Judgement call.  If filename ends in .txt then user can view
 # by double clicking in Finder.
-for f in LICENSE.GPL; do
+for f in LICENSE.GPL README.osx; do
   cp -p $f $dir/$f.txt
 done
 
-for f in ChangeLog README README.osx; do
+for f in ChangeLog README; do
   cp -p $f $dir/$f
 done