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