summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Haag2016-03-04 19:28:32 +0100
committerChristoph Haag2016-03-04 19:28:32 +0100
commit368e45731e948d10f074e7ea0a6c5d03b24978a4 (patch)
treefb7aa639a5629c9b5122d70cae3240497843f3af
parente644be30a3cf0f20736d84da68f4e0b5807af890 (diff)
downloadaur-368e45731e948d10f074e7ea0a6c5d03b24978a4.tar.gz
suggest symlink instead cp of driver
-rw-r--r--osvr-steamvr.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/osvr-steamvr.install b/osvr-steamvr.install
index 14e05b3c9ed1..0b42c073b165 100644
--- a/osvr-steamvr.install
+++ b/osvr-steamvr.install
@@ -1,7 +1,7 @@
post_install() {
echo "==> Now copy the driver to the SteamVR directory according to https://github.com/ValveSoftware/openvr/wiki/Driver-Documentation."
echo "==> Should be something like:"
- echo "==> cp -rf /usr/lib/steamvr/drivers/osvr/ ~/.local/share/Steam/SteamApps/common/SteamVR/drivers/"
+ echo "==> ln -s /usr/lib/steamvr/drivers/osvr/ ~/.local/share/Steam/SteamApps/common/SteamVR/drivers/"
}
post_upgrade() {