shutils/metadata.sh: use xbps static bins.

--HG--
extra : convert_revision : cc7d591b7913eb7a301dc3fce0a59f29c54ccd88
This commit is contained in:
Juan RP 2009-10-29 16:35:22 +01:00
parent a4b843e2f9
commit e2b7c462c1

View file

@ -244,7 +244,8 @@ xbps_write_metadata_pkg_real()
echo "<key>file</key>" >> $TMPFPLIST
echo "<string>$f</string>" >> $TMPFPLIST
echo "<key>sha256</key>" >> $TMPFPLIST
echo "<string>$(xbps-digest ${i})</string>" >> $TMPFPLIST
echo "<string>$(xbps-digest.static ${i})</string>" \
>> $TMPFPLIST
echo "</dict>" >> $TMPFPLIST
done
echo "</array>" >> $TMPFPLIST