[arch-commits] Commit in nvidia-304xx/trunk (PKGBUILD)

Andreas Radke andyrtr at nymeria.archlinux.org
Sat Oct 26 10:41:16 UTC 2013


    Date: Saturday, October 26, 2013 @ 12:41:16
  Author: andyrtr
Revision: 197511

upgpkg: nvidia-304xx 304.108-9

drop license file, it's part of the utils pkg

Modified:
  nvidia-304xx/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-26 10:19:22 UTC (rev 197510)
+++ PKGBUILD	2013-10-26 10:41:16 UTC (rev 197511)
@@ -4,7 +4,7 @@
 pkgname=nvidia-304xx
 pkgver=304.108
 _extramodules=extramodules-3.11-ARCH
-pkgrel=8
+pkgrel=9
 pkgdesc="NVIDIA drivers for linux, 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.conf"
     sed -i -e "s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/" "${startdir}/nvidia.install"
     gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-    install -D -m644 ${srcdir}/${_pkg}/LICENSE "${pkgdir}/usr/share/licenses/nvidia-304xx/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