[arch-commits] Commit in nvidia-304xx-lts/trunk (PKGBUILD)
Andreas Radke
andyrtr at nymeria.archlinux.org
Sat Oct 26 10:45:20 UTC 2013
Date: Saturday, October 26, 2013 @ 12:45:20
Author: andyrtr
Revision: 197513
upgpkg: nvidia-304xx-lts 304.108-7
drop license file, it's part of the utils pkg
Modified:
nvidia-304xx-lts/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-10-26 10:41:39 UTC (rev 197512)
+++ PKGBUILD 2013-10-26 10:45:20 UTC (rev 197513)
@@ -4,7 +4,7 @@
pkgname=nvidia-304xx-lts
pkgver=304.108
_extramodules=extramodules-3.10-lts
-pkgrel=6
+pkgrel=7
pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
arch=('i686' 'x86_64')
url="http://www.nvidia.com/"
@@ -46,5 +46,6 @@
echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf"
echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf"
gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
- install -D -m644 ${srcdir}/${_pkg}/LICENSE "${pkgdir}/usr/share/licenses/nvidia-304xx-lts/LICENSE"
+
+ # the license file is part of nvidia-304xx-utils - the module depends on it, so we don't ship it another time.
}
More information about the arch-commits
mailing list