]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - share/alibtool
-maxdepth option is not portable, reverting the changes
[u/mrichter/AliRoot.git] / share / alibtool
index 49fda9febaf401f2ce8acd5c50544e0f32f7a4a8..9f2979857a06142c21fe1f36c61ca5f80a060ffa 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} -name "lib*.pkg"  | sed -e "sQ${module}/libQQ" -e "sQ\.pkgQQ"`
 
 echo "#**************************************************************************";
 echo "#**** This file is automatically generated from the mkmodules script  *****";