aboutsummaryrefslogtreecommitdiff
path: root/README.osx
diff options
context:
space:
mode:
authordavilla <davilla@svn>2010-04-19 22:13:17 +0000
committerdavilla <davilla@svn>2010-04-19 22:13:17 +0000
commitf266b7d62f5b4c9c32b158b550174084cdda8a67 (patch)
treec661526374f557597b977c7ee42f40cb7f3fe7aa /README.osx
parent3a4ddb58dd36899318b134c82c109cda3f729fd4 (diff)
[OSX] update, remove useless use of cat, thanks JordiGH
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29388 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'README.osx')
-rw-r--r--README.osx2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.osx b/README.osx
index e896e3b838..414eaefa1a 100644
--- a/README.osx
+++ b/README.osx
@@ -130,7 +130,7 @@ If you understand the following two lines, you can run it to automate
the installation of the ports in the above order:
sudo bash
- cat README.osx | perl -ne 'print `port install $1` if /^ \$ sudo port install (.*)$/;'
+ perl -ne 'print `port install $1` if /^ \$ sudo port install (.*)$/;' README.osx
Finally, fix the mysql package default install location with this symlink: