chef-client: fix xlint errors
This commit is contained in:
parent
113f3f0829
commit
92643b83e0
|
@ -12,10 +12,10 @@ license="apache2"
|
|||
homepage="https://github.com/chef/chef"
|
||||
if [ "${XBPS_TARGET_MACHINE}" = "x86_64" ];then
|
||||
_debarch=amd64
|
||||
checksum=656a4c4a8fd64d74d1d970fb0d07076d6f1d8230d37d751f2c3698a52d82c070
|
||||
checksum=656a4c4a8fd64d74d1d970fb0d07076d6f1d8230d37d751f2c3698a52d82c070
|
||||
else
|
||||
_debarch=i386
|
||||
checksum=d2e82528eca2b247cd59998bb9e0ac3df41614c97337c7d52f69051cafa83bd4
|
||||
checksum=d2e82528eca2b247cd59998bb9e0ac3df41614c97337c7d52f69051cafa83bd4
|
||||
fi
|
||||
distfiles="https://opscode-omnibus-packages.s3.amazonaws.com/ubuntu/10.04/${XBPS_TARGET_MACHINE}/chef_${version}-1_${_debarch}.deb"
|
||||
|
||||
|
|
Loading…
Reference in New Issue