summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2012-11-27 16:52:03 +0000
committerJonathan Maw <jonathan.maw@codethink.co.uk>2012-11-27 16:52:03 +0000
commitbf9d0ba17a8d8248c708ed72a9dcef7b9804a5f6 (patch)
treeef6fee5e29f9623878c897a43b55e63fe023fe3f
parent58ec1c71b2abe199d7c589f2a3b09119e1787596 (diff)
downloadgenivi-initial-setup-bf9d0ba17a8d8248c708ed72a9dcef7b9804a5f6.tar.gz
Fix ln complaining that the link already exists
-rwxr-xr-xsetup1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup b/setup
index 172212f..b15a93d 100755
--- a/setup
+++ b/setup
@@ -56,5 +56,6 @@ trove-prefix = ct/genivi
EOF
#Ensure morph uses our morph.conf
+rm $HOME/.morph.conf
ln -s /src/morph.conf $HOME/.morph.conf