xbps-src: create dynamically virtualpkg plist files.

This commit is contained in:
Juan RP 2011-10-26 16:43:11 +02:00
parent 592f6b8d87
commit 15f01ebf76
2 changed files with 28 additions and 1 deletions

View file

@ -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