xbps-src: transform invalid chars in virtualpkg.d files.
This commit is contained in:
parent
93cb9f5e56
commit
13a3b27a7a
|
@ -112,7 +112,7 @@ xbps_write_metadata_pkg_real()
|
|||
<key>virtual-pkgver</key>
|
||||
<string>$provides</string>
|
||||
<key>target-pkgpattern</key>
|
||||
<string>$replaces</string>
|
||||
<string>$(echo $replaces|sed "s|<|\<|g;s|>|\>|g")</string>
|
||||
</dict>
|
||||
</plist>
|
||||
_EOF
|
||||
|
|
Loading…
Reference in New Issue