summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Haag2016-07-06 12:44:39 +0200
committerChristoph Haag2016-07-06 12:44:39 +0200
commit9ababd54aa4e4732c5b0de9010d89decaf104365 (patch)
tree28f082d88219772759d244d321b61b94c9dca534
parentcd458a9caf297896cb10f9a4d1d0f9dfc2280b7b (diff)
downloadaur-9ababd54aa4e4732c5b0de9010d89decaf104365.tar.gz
update and fix paths and install msg
it's now in /usr/lib/openvr/osvr/
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
-rw-r--r--osvr-steamvr.install2
3 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7656a4e404c..167cb1b763a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = osvr-steamvr-git
pkgdesc = Driver for allowing applications written against SteamVR to work with hardware and software running with the OSVR software framework.
- pkgver = v0.1.r92.gaa4b206
+ pkgver = v0.1.r194.g92739af
pkgrel = 1
url = https://github.com/OSVR/SteamVR-OSVR
install = osvr-steamvr.install
diff --git a/PKGBUILD b/PKGBUILD
index 69554d73956d..bb9803bdd159 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=osvr-steamvr-git
-pkgver=v0.1.r92.gaa4b206
+pkgver=v0.1.r194.g92739af
pkgrel=1
pkgdesc="Driver for allowing applications written against SteamVR to work with hardware and software running with the OSVR software framework."
arch=(i686 x86_64)
@@ -38,8 +38,6 @@ package() {
make DESTDIR="$pkgdir/" install
# *sigh*
- install -d "$pkgdir/usr/lib/steamvr/"
- mv "$pkgdir/usr/drivers" "$pkgdir/usr/lib/steamvr"
}
md5sums=('SKIP'
'2dd82e55b6291d32c611dd899d8a8164')
diff --git a/osvr-steamvr.install b/osvr-steamvr.install
index 0b42c073b165..480bd37a1aea 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 "==> ln -s /usr/lib/steamvr/drivers/osvr/ ~/.local/share/Steam/SteamApps/common/SteamVR/drivers/"
+ echo "==> ln -s /usr/lib/openvr/osvr/ ~/.local/share/Steam/SteamApps/common/SteamVR/drivers/"
}
post_upgrade() {