[arch-commits] Commit in cgminer/trunk (PKGBUILD)
Andrea Scarpino
andrea at nymeria.archlinux.org
Sun Jan 27 09:28:59 UTC 2013
Date: Sunday, January 27, 2013 @ 10:28:58
Author: andrea
Revision: 83056
Fix syntax
Modified:
cgminer/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-01-27 09:25:30 UTC (rev 83055)
+++ PKGBUILD 2013-01-27 09:28:58 UTC (rev 83056)
@@ -22,7 +22,7 @@
"$pkgname.service")
backup=("etc/conf.d/$pkgname" "etc/$pkgname.conf")
-[ $CARCH == 'x86_64' ] && makedepends+=('yasm')
+[ "$CARCH" == "x86_64" ] && makedepends+=('yasm')
build() {
cd "$srcdir"
More information about the arch-commits
mailing list