diff options
| author | Ralf Kistner <ralf@embarkmobile.com> | 2014-12-18 16:42:55 +0200 |
|---|---|---|
| committer | Ralf Kistner <ralf@embarkmobile.com> | 2014-12-18 16:42:55 +0200 |
| commit | 7edda76f7b7c9ef440f0d9cea2c41fc189feaadc (patch) | |
| tree | a31a8b158b01a69770701cc4829257cde8a2e0af | |
| parent | 4470ec1a2028aac976e2db8a8f8c953148164529 (diff) | |
Fix install script for initial install.
| -rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
