# HG changeset patch # User Paul Issott # Date 1497895228 -3600 # Node ID 60126d568f3db514fd02ad16e5d76a84cad0dc1a # Parent 49ff02f8d304078c33b5e5893b8e40774c7cc7d6 modules/deps (tiny edits) diff -r 49ff02f8d304 -r 60126d568f3d modules/deps --- a/modules/deps Mon Jun 19 15:59:48 2017 +0300 +++ b/modules/deps Mon Jun 19 19:00:28 2017 +0100 @@ -19,7 +19,7 @@ fl_local='/home/slitaz/cache/files.list' # local files list # recreate "combined list of all files" in the cases: -# * it absent +# * if absent # * mirror files list has been updated # * local files list has been updated @@ -42,7 +42,7 @@ fi # recreate "database with *.so files" in the cases: -# * it absent +# * if absent # * combined list of all files has been updated if [ ! -s $db_so -o $fl -nt $db_so ]; then @@ -53,7 +53,7 @@ fi # recreate "database with *.a files" in the cases: -# * it absent +# * if absent # * combined list of all files has been updated if [ ! -s $db_a -o $fl -nt $db_a ]; then @@ -63,7 +63,7 @@ fi # recreate "database with *.la files" in the cases: -# * it absent +# * if absent # * combined list of all files has been updated if [ ! -s $db_la -o $fl -nt $db_la ]; then @@ -73,7 +73,7 @@ fi # recreate "database with *.pc files" in the cases: -# * it absent +# * if absent # * combined list of all files has been updated if [ ! -s $db_pc -o $fl -nt $db_pc ]; then @@ -85,7 +85,7 @@ -# Auxiliary function that deal with "not found" packages as well as with "repeatedly found" packages +# Auxiliary function that deals with "not found" packages as well as with "repeatedly found" packages outpkg() { pkgs="$1"