# HG changeset patch # User Christopher Rogers # Date 1312019899 0 # Node ID 573328aaa1e27055cba894b207f665422a3cef3e # Parent 0d2c2fa5dc6c6099a767c72d41297bbdd4f7d37b tazpkg: Check for libraries.txt instead of library if ID file exist. diff -r 0d2c2fa5dc6c -r 573328aaa1e2 tazpkg --- a/tazpkg Sun Jul 10 21:38:15 2011 +0000 +++ b/tazpkg Sat Jul 30 09:58:19 2011 +0000 @@ -2301,7 +2301,7 @@ # ID file & wanted/depends/libraries files were implemented # at the same time. Not all repositories have them. if [ -f ID ]; then - for i in wanted depends library; do + for i in wanted depends libraries; do download_from "$(cat mirror)" $i.txt done fi