diff options
author | Britney Fransen <brfransen@gmail.com> | 2017-12-11 21:32:26 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2017-12-11 21:32:26 (GMT) |
commit | 9fa12d0432d007f15c8083aa8242aba6f8bae296 (patch) | |
tree | 60076b617022896e9ea48f09190c844a6f14f0e6 /abs/core/system-templates/PKGBUILD | |
parent | f11c21626adb7f82a8d5e90469420cfc9f00d3de (diff) | |
download | linhes_pkgbuild-9fa12d0432d007f15c8083aa8242aba6f8bae296.zip linhes_pkgbuild-9fa12d0432d007f15c8083aa8242aba6f8bae296.tar.gz linhes_pkgbuild-9fa12d0432d007f15c8083aa8242aba6f8bae296.tar.bz2 |
system-templates: xorg.nvidia: add ModulePath to make sure nvidia versions are sourced.
The ISO sometimes doesn't use the right path for glx and so opengl apps would fail
Diffstat (limited to 'abs/core/system-templates/PKGBUILD')
-rwxr-xr-x | abs/core/system-templates/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/system-templates/PKGBUILD b/abs/core/system-templates/PKGBUILD index 2fe4317..2b017d9 100755 --- a/abs/core/system-templates/PKGBUILD +++ b/abs/core/system-templates/PKGBUILD @@ -1,6 +1,6 @@ pkgname=system-templates pkgver=8.5 -pkgrel=1 +pkgrel=2 conflicts=( ) pkgdesc="Templates used for system configuration" depends=() |