From 0e8b4e4519c0fdb8410063ec7723e57252b2d981 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 8 Mar 2016 20:09:03 +0100 Subject: [PATCH] CopyAgent: use = inside [ ]. --- srcpkgs/CopyAgent/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/CopyAgent/template b/srcpkgs/CopyAgent/template index 5f6b1228479..3cfd29f9eee 100644 --- a/srcpkgs/CopyAgent/template +++ b/srcpkgs/CopyAgent/template @@ -16,9 +16,9 @@ wrksrc="copy" depends="qt>=4.8.4_4 fuse desktop-file-utils" do_install() { - if [ "$XBPS_TARGET_MACHINE" == "x86_64" ]; then + if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then cd x86_64 - elif [ "$XBPS_TARGET_MACHINE" == "i686" ]; then + elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then cd x86 else cd armv6h