tazpkg rev 518

tazpkg: Check for libraries.txt instead of library if ID file exist.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Jul 30 09:58:19 2011 +0000 (2011-07-30)
parents 0d2c2fa5dc6c
children 634147c16578
files tazpkg
line diff
     1.1 --- a/tazpkg	Sun Jul 10 21:38:15 2011 +0000
     1.2 +++ b/tazpkg	Sat Jul 30 09:58:19 2011 +0000
     1.3 @@ -2301,7 +2301,7 @@
     1.4  			# ID file & wanted/depends/libraries files were implemented
     1.5  			# at the same time. Not all repositories have them.
     1.6  			if [ -f ID ]; then
     1.7 -				for i in wanted depends library; do
     1.8 +				for i in wanted depends libraries; do
     1.9  					download_from "$(cat mirror)" $i.txt
    1.10  				done
    1.11  			fi