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