diff options
author | root <root@rshg054.dnsready.net> | 2013-01-28 00:05:59 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-28 00:05:59 -0800 |
commit | 1b9f6dc846379470b620b5dbb9d4d7acd1de148c (patch) | |
tree | 2305b950a3c94970b05c1a38af473f5cca95af02 /community/cgminer/PKGBUILD | |
parent | b9b96ada56ad38df20b1e528a095a1e86ab67a2b (diff) |
Mon Jan 28 00:05:59 PST 2013
Diffstat (limited to 'community/cgminer/PKGBUILD')
-rw-r--r-- | community/cgminer/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/cgminer/PKGBUILD b/community/cgminer/PKGBUILD index 48be6d113..76d7915bd 100644 --- a/community/cgminer/PKGBUILD +++ b/community/cgminer/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 81884 2013-01-03 04:27:41Z fyan $ +# $Id: PKGBUILD 83058 2013-01-27 09:29:50Z andrea $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: monson <holymonson@gmail.com> # Contributor: Thomas Dziedzic < gostrc at gmail > @@ -22,7 +22,7 @@ source=("http://ck.kolivas.org/apps/cgminer/$pkgname-$pkgver.tar.bz2" "$pkgname.service") backup=("etc/conf.d/$pkgname" "etc/$pkgname.conf") -[ $CARCH == 'x86_64' ] && makedepends+=('yasm') +[ "$CARCH" == "x86_64" ] && makedepends+=('yasm') build() { cd "$srcdir" |