xbps-bin(8): the 'check' target now handles symlinks correctly.

This commit is contained in:
Juan RP
2012-10-04 12:05:04 +02:00
parent 056f40da3f
commit d59ad72ee4
2 changed files with 27 additions and 14 deletions

3
NEWS
View File

@@ -1,5 +1,8 @@
xbps-0.18 (???):
* xbps-bin(8): the 'check' target now checks the target file in relative
symlinks, or multiple levels of symlinks.
* xbps-create(8): fixed an assertion that happened when resolving the
target file of a symlink, which was unexistent because the real file was
provided by another pkg. In this case just keep the target file as is.