binpkg.sh: fix some typos that really fucked me!

--HG--
extra : convert_revision : ffceafd696ab31e057ebfcab1e565132dd69aae9
This commit is contained in:
Juan RP 2008-12-19 03:01:11 +01:00
parent a17ba41e17
commit 931731bb2c

View file

@ -53,7 +53,7 @@ xbps_write_metadata_pkg()
<key>pkgname</key> <key>pkgname</key>
<string>$pkgname</string> <string>$pkgname</string>
<key>version</key> <key>version</key>
<string>$version</key> <string>$version</string>
<key>architecture</key> <key>architecture</key>
<string>$xbps_machine</string> <string>$xbps_machine</string>
<key>installed_size</key> <key>installed_size</key>
@ -61,7 +61,7 @@ xbps_write_metadata_pkg()
<key>maintainer</key> <key>maintainer</key>
<string>$maintainer</string> <string>$maintainer</string>
<key>short_desc</key> <key>short_desc</key>
<string>$short_desc</key> <string>$short_desc</string>
<key>long_desc</key> <key>long_desc</key>
<string>$long_desc</string> <string>$long_desc</string>
_EOF _EOF