shutils/metadata.sh: use xbps static bins.
--HG-- extra : convert_revision : cc7d591b7913eb7a301dc3fce0a59f29c54ccd88
This commit is contained in:
parent
a4b843e2f9
commit
e2b7c462c1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user