Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Commit

Permalink
Woraround /lib /usr/lib issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Samsagax committed Jul 16, 2012
1 parent c829193 commit 29255fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bbswitch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=bbswitch
pkgver=0.4.2
pkgrel=2
pkgrel=3
pkgdesc="kernel module allowing to switch dedicated graphics card on Optimus laptops"
arch=('i686' 'x86_64')
url=("http://github.com/Bumblebee-Project/bbswitch")
Expand All @@ -15,7 +15,7 @@ md5sums=('0db72765c6accb49426a40c4cb1556d3')

build() {
cd ${srcdir}/${pkgname}-${pkgver}
make
sed -i "s|/lib/modules|/usr/lib/modules|g" Makefile
}

package() {
Expand Down

0 comments on commit 29255fe

Please sign in to comment.