xbps-src: create dynamically virtualpkg plist files.
This commit is contained in:
parent
592f6b8d87
commit
15f01ebf76
2 changed files with 28 additions and 1 deletions
|
@ -171,7 +171,7 @@ unstow_pkg_real()
|
|||
ver=$($XBPS_PKGDB_CMD version $pkgname)
|
||||
if [ -z "$ver" ]; then
|
||||
msg_warn "'${pkgname}' not installed in masterdir!\n"
|
||||
return 0
|
||||
return 1
|
||||
fi
|
||||
|
||||
if [ "$build_style" = "meta-template" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue