xbps-src: use the xbps static bins.
--HG-- extra : convert_revision : 7b8f360971f28668dae1032fccdc5819bafe5054
This commit is contained in:
parent
2033bee689
commit
22774572da
2 changed files with 4 additions and 3 deletions
|
@ -213,7 +213,8 @@ xbps_write_metadata_pkg_real()
|
|||
echo "<key>file</key>" >> $TMPFPLIST
|
||||
echo "<string>$j</string>" >> $TMPFPLIST
|
||||
echo "<key>sha256</key>" >> $TMPFPLIST
|
||||
echo "<string>$(xbps-digest $f)</string>" >> $TMPFPLIST
|
||||
echo "<string>$(xbps-digest.static $f)</string>" \
|
||||
>> $TMPFPLIST
|
||||
echo "</dict>" >> $TMPFPLIST
|
||||
done
|
||||
echo "</array>" >> $TMPFPLIST
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue