chef-client: fix xlint errors

This commit is contained in:
bougyman 2015-11-11 06:10:22 -06:00
parent 113f3f0829
commit 92643b83e0

View file

@ -12,10 +12,10 @@ license="apache2"
homepage="https://github.com/chef/chef" homepage="https://github.com/chef/chef"
if [ "${XBPS_TARGET_MACHINE}" = "x86_64" ];then if [ "${XBPS_TARGET_MACHINE}" = "x86_64" ];then
_debarch=amd64 _debarch=amd64
checksum=656a4c4a8fd64d74d1d970fb0d07076d6f1d8230d37d751f2c3698a52d82c070 checksum=656a4c4a8fd64d74d1d970fb0d07076d6f1d8230d37d751f2c3698a52d82c070
else else
_debarch=i386 _debarch=i386
checksum=d2e82528eca2b247cd59998bb9e0ac3df41614c97337c7d52f69051cafa83bd4 checksum=d2e82528eca2b247cd59998bb9e0ac3df41614c97337c7d52f69051cafa83bd4
fi fi
distfiles="https://opscode-omnibus-packages.s3.amazonaws.com/ubuntu/10.04/${XBPS_TARGET_MACHINE}/chef_${version}-1_${_debarch}.deb" distfiles="https://opscode-omnibus-packages.s3.amazonaws.com/ubuntu/10.04/${XBPS_TARGET_MACHINE}/chef_${version}-1_${_debarch}.deb"