CopyAgent: use = inside [ ].
This commit is contained in:
parent
4bb4ebcb67
commit
0e8b4e4519
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue