From b4dae6b24743aa7fa99c5d8663acb499e42c5efc Mon Sep 17 00:00:00 2001 From: su_v Date: Sun, 7 Sep 2014 10:09:36 +0200 Subject: fix instructions: local repository needs to be inserted above rsync URL (bzr r13506.1.70) --- packaging/macosx/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/macosx/README.txt b/packaging/macosx/README.txt index 1d9ed9f53..dcad80f6d 100644 --- a/packaging/macosx/README.txt +++ b/packaging/macosx/README.txt @@ -10,7 +10,7 @@ $ export PATH="$MP_PREFIX/bin:$MP_PREFIX/sbin:$PATH" 3) add 'ports/' subdirectory as local portfile repository: -$ echo 'file://'"$(pwd)/ports" >> "$MP_PREFIX/etc/macports/sources.conf" +$ sed -e '/^rsync:/i\'$'\n'"file://$(pwd)/ports" -i "" foo.conf 4) index the new local portfile repository: -- cgit v1.2.3