xbps-repo(8): the 'find-files' target now accepts multiple patterns.

This commit is contained in:
Juan RP
2011-12-22 11:01:28 +01:00
parent d4278be914
commit 47237846ae
5 changed files with 40 additions and 14 deletions

3
NEWS
View File

@@ -1,5 +1,8 @@
xbps-0.11.1 (???):
* xbps-repo(8): the 'find-files' target accepts multiple patterns, such as:
$ xbps-repo find-files /bin/cat '/bin/f*' ...
* xbps-bin(8): the 'find-files' target accepts multiple patterns, such as:
$ xbps-bin find-files /bin/cat '/bin/f*' ...