xbps-src: use the xbps static bins.

--HG--
extra : convert_revision : 7b8f360971f28668dae1032fccdc5819bafe5054
This commit is contained in:
Juan RP 2009-10-27 16:52:40 +01:00
parent 2033bee689
commit 22774572da
2 changed files with 4 additions and 3 deletions

View file

@ -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