diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-22 00:18:50 -0600 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-22 00:18:50 -0600 |
commit | b8ca2c30f3805e3c697b689f41e7c3f57a9f2c8e (patch) | |
tree | 5ea72d41d0f6799dd6b2123703133a860810a023 /libre/bumblebee-libre/PKGBUILD | |
parent | bbbfa15c7556da095dba31c83f2a73bc2aaa2009 (diff) | |
parent | fed8f532d64588f7ef94befe5b6c8c84eb3b4430 (diff) | |
download | abslibre-b8ca2c30f3805e3c697b689f41e7c3f57a9f2c8e.tar.gz abslibre-b8ca2c30f3805e3c697b689f41e7c3f57a9f2c8e.tar.bz2 abslibre-b8ca2c30f3805e3c697b689f41e7c3f57a9f2c8e.zip |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/bumblebee-libre/PKGBUILD')
-rw-r--r-- | libre/bumblebee-libre/PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libre/bumblebee-libre/PKGBUILD b/libre/bumblebee-libre/PKGBUILD index a7b9ad140..3f43d26c9 100644 --- a/libre/bumblebee-libre/PKGBUILD +++ b/libre/bumblebee-libre/PKGBUILD @@ -4,7 +4,7 @@ _pkgname=bumblebee pkgname=bumblebee-libre pkgver=3.2.1 -pkgrel=1 +pkgrel=3 pkgdesc="NVIDIA Optimus support for GNU/Linux through VirtualGL, without nonfree nvidia driver support" arch=('i686' 'x86_64') depends=('virtualgl' 'glib2' 'mesa-libgl') @@ -47,6 +47,7 @@ build() { ./configure \ CONF_DRIVER=nouveau \ --prefix=/usr \ + --sbindir=/usr/bin \ --sysconfdir=/etc \ --without-pidfile @@ -60,6 +61,7 @@ package() { # Install systemd unit install -D -m644 "scripts/systemd/bumblebeed.service" "${pkgdir}/usr/lib/systemd/system/bumblebeed.service" + sed -i "s/sbin/bin/" "${pkgdir}/usr/lib/systemd/system/bumblebeed.service" # Make bash_completion work mv -v "${pkgdir}/etc/bash_completion.d/bumblebee" "${pkgdir}/etc/bash_completion.d/optirun" |