aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Kistner <ralf@embarkmobile.com>2014-12-18 16:42:55 +0200
committerRalf Kistner <ralf@embarkmobile.com>2014-12-18 16:42:55 +0200
commit7edda76f7b7c9ef440f0d9cea2c41fc189feaadc (patch)
treea31a8b158b01a69770701cc4829257cde8a2e0af
parent4470ec1a2028aac976e2db8a8f8c953148164529 (diff)
Fix install script for initial install.
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 06b506f..e168491 100755
--- a/install.sh
+++ b/install.sh
@@ -18,7 +18,7 @@ if [[ -d "$TARGET" ]]; then
echo "Re-installed at $TARGET"
fi
else
- ln -s "$PWD" "$TARGET"
+ ln -s "$PWD/hardware" "$TARGET"
echo "Installed at $TARGET"
fi