[arch-commits] Commit in ivtv-utils/trunk (PKGBUILD)
Giovanni Scafora
giovanni at archlinux.org
Tue Jun 16 20:59:20 UTC 2009
Date: Tuesday, June 16, 2009 @ 16:59:20
Author: giovanni
Revision: 42601
upgpkg: ivtv-utils 1.4.0-2
Fixed FS15133
Modified:
ivtv-utils/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-16 15:25:16 UTC (rev 42600)
+++ PKGBUILD 2009-06-16 20:59:20 UTC (rev 42601)
@@ -4,7 +4,7 @@
pkgname=ivtv-utils
pkgver=1.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="Userspace utilities for Hauppauge PVR cards"
arch=('i686' 'x86_64')
license=('GPL')
@@ -23,5 +23,7 @@
for file in `ls *.fw` v4l-cx2341x-init.mpg; do
install -D -m644 $file "${pkgdir}/lib/firmware/$file" || return 1
done
+ # FS#15133 - files already provided by the kernel-headers package
+ rm -rf ${pkgdir}/usr/include
}
More information about the arch-commits
mailing list