tazpkg rev 101

tazpkgbox: typo in search files
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 22 20:27:56 2008 +0000 (2008-05-22)
parents d72efc8ec019
children dfc286467c5b
files lib/tazpkgbox/search
line diff
     1.1 --- a/lib/tazpkgbox/search	Thu May 22 20:20:24 2008 +0000
     1.2 +++ b/lib/tazpkgbox/search	Thu May 22 20:27:56 2008 +0000
     1.3 @@ -19,7 +19,7 @@
     1.4  if [ "$1" = "--files" ]; then
     1.5  	tazpkg search-file "$SEARCH" | list_files > \
     1.6  		/tmp/tazpkgbox/search-installed
     1.7 -	tazpkg search-file "$SEARCH" --files | list_files > \
     1.8 +	tazpkg search-file "$SEARCH" --mirror | list_files > \
     1.9  		/tmp/tazpkgbox/search-mirrored
    1.10  	exit 0
    1.11  fi