tazpkg diff lib/tazpkgbox/search @ rev 123

tazpkg: avoid error msg during install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 15 09:52:12 2008 +0000 (2008-07-15)
parents d72efc8ec019
children d5a396f43942
line diff
     1.1 --- a/lib/tazpkgbox/search	Thu May 22 20:20:24 2008 +0000
     1.2 +++ b/lib/tazpkgbox/search	Tue Jul 15 09:52:12 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