[arch-commits] CVS update of extra/network/kismet (PKGBUILD)

Eric Belanger eric at archlinux.org
Mon Jun 4 22:29:27 UTC 2007


    Date: Monday, June 4, 2007 @ 18:29:27
  Author: eric
    Path: /home/cvs-extra/extra/network/kismet

Modified: PKGBUILD (1.17 -> 1.18)

Fixed "[: ==: unary operator expected" error


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


Index: extra/network/kismet/PKGBUILD
diff -u extra/network/kismet/PKGBUILD:1.17 extra/network/kismet/PKGBUILD:1.18
--- extra/network/kismet/PKGBUILD:1.17	Fri Jun  1 15:09:58 2007
+++ extra/network/kismet/PKGBUILD	Mon Jun  4 18:29:27 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.17 2007/06/01 19:09:58 alexander Exp $
+# $Id: PKGBUILD,v 1.18 2007/06/04 22:29:27 eric Exp $
 # Contributer: Jason Chu <jason at archlinux.org>
 # Maintainer: Jason Chu <jason at archlinux.org>
 
@@ -8,7 +8,7 @@
 pkgdesc="802.11b sniffing software"
 arch=(i686 x86_64)
 license=('GPL')
-if [ ${CARCH} == "x86_64" ]; then
+if [ "${CARCH}" == "x86_64" ]; then
   depends=('gcc')
 else
   depends=('gmp' 'imagemagick')




More information about the arch-commits mailing list