mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
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"
|
depends="qt>=4.8.4_4 fuse desktop-file-utils"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
if [ "$XBPS_TARGET_MACHINE" == "x86_64" ]; then
|
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||||
cd x86_64
|
cd x86_64
|
||||||
elif [ "$XBPS_TARGET_MACHINE" == "i686" ]; then
|
elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
||||||
cd x86
|
cd x86
|
||||||
else
|
else
|
||||||
cd armv6h
|
cd armv6h
|
||||||
|
|
Loading…
Add table
Reference in a new issue