]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - share/alibtool
Minor bugfixes and extensions for the onlineDiplay Interface
[u/mrichter/AliRoot.git] / share / alibtool
index 49fda9febaf401f2ce8acd5c50544e0f32f7a4a8..b6be146a925ef1b8a9f50b41b9b0ce857a34db4d 100755 (executable)
@@ -151,7 +151,7 @@ MkModule()
 {
 module=$1
 #This one gets all the library pkg files
-tempo=`find ${module} -maxdepth 1 -name "lib*.pkg"  | sed -e "sQ${module}/libQQ" -e "sQ\.pkgQQ"`
+tempo=`find ${module} -follow -name "lib*.pkg"  | sed -e "sQ${module}/libQQ" -e "sQ\.pkgQQ"`
 
 echo "#**************************************************************************";
 echo "#**** This file is automatically generated from the mkmodules script  *****";
@@ -165,7 +165,7 @@ for i in $tempo; do
 done;
 
 #This one gets all the binary(executable) pkg files
-tempo=`find ${module} -name "bin*.pkg"  | sed -e "sQ${module}/binQQ" -e "sQ\.pkgQQ"`
+tempo=`find ${module} -follow -name "bin*.pkg"  | sed -e "sQ${module}/binQQ" -e "sQ\.pkgQQ"`
 
 for i in $tempo; do
     package=$i;