summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/hauppauge-hvr-firmware
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verison.net>2010-03-12 18:58:44 (GMT)
committerMichael Hanson <hansonorders@verison.net>2010-03-12 18:58:44 (GMT)
commit031d96551bb50e4cf0b0f5eeaa30aa759b9ceeb4 (patch)
tree6b017a078b887eec84d202e074380b4a3133895a /abs/core-testing/hauppauge-hvr-firmware
parentb61710bc7617505cf7d86fd300088c8fe84d2e54 (diff)
downloadlinhes_pkgbuild-031d96551bb50e4cf0b0f5eeaa30aa759b9ceeb4.zip
linhes_pkgbuild-031d96551bb50e4cf0b0f5eeaa30aa759b9ceeb4.tar.gz
linhes_pkgbuild-031d96551bb50e4cf0b0f5eeaa30aa759b9ceeb4.tar.bz2
hauppauge-hvr-firmware: fix a link that should not be there
Diffstat (limited to 'abs/core-testing/hauppauge-hvr-firmware')
-rwxr-xr-xabs/core-testing/hauppauge-hvr-firmware/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/hauppauge-hvr-firmware/PKGBUILD b/abs/core-testing/hauppauge-hvr-firmware/PKGBUILD
index 6011436..f9a488d 100755
--- a/abs/core-testing/hauppauge-hvr-firmware/PKGBUILD
+++ b/abs/core-testing/hauppauge-hvr-firmware/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=hauppauge-hvr-firmware
pkgver=1
-pkgrel=2
+pkgrel=3
pkgdesc="firmware needed for the hvr cards"
arch=(i686 x86_64)
url=""
@@ -20,5 +20,5 @@ build() {
mv hcw85mlC.rom v4l-cx23885-avcore-01.fw
cp -rp *.fw $startdir/pkg/lib/firmware
cd $startdir/src/
- cp -rp *.fw $startdir/pkg/lib/firmware
+ cp *.fw $startdir/pkg/lib/firmware
}