[arch-commits] CVS update of core/support/tiacx-firmware (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Thu Mar 6 07:41:45 UTC 2008


    Date: Thursday, March 6, 2008 @ 02:41:45
  Author: tpowa
    Path: /home/cvs-core/core/support/tiacx-firmware

Modified: PKGBUILD (1.2 -> 1.3)

'upgpkg: added for x86_64'


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


Index: core/support/tiacx-firmware/PKGBUILD
diff -u core/support/tiacx-firmware/PKGBUILD:1.2 core/support/tiacx-firmware/PKGBUILD:1.3
--- core/support/tiacx-firmware/PKGBUILD:1.2	Wed Mar  5 17:54:54 2008
+++ core/support/tiacx-firmware/PKGBUILD	Thu Mar  6 02:41:44 2008
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.2 2008/03/05 22:54:54 tom Exp $
+# $Id: PKGBUILD,v 1.3 2008/03/06 07:41:44 tpowa Exp $
 # Maintainer: James Rayner <iphitus at gmail.com>
 
 pkgname=tiacx-firmware
@@ -12,9 +12,9 @@
 source=(http://www.kazer.org/acx-firmware-20060207.tar.bz2)
 
 build() {
+  find $startdir/src -type d -exec chmod 755 {} \;
+  find $startdir/src -type f -exec chmod 644 {} \;
   mkdir -p $startdir/pkg/usr/share
   cp -r fw $startdir/pkg/usr/share/tiacx
-  find $startdir/pkg -type d -exec chmod 755 {} \;
-  find $startdir/pkg -type f -exec chmod 644 {} \;
 }
 md5sums=('b8efea38c2c598190604dfa297cc9675')




More information about the arch-commits mailing list