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