Whamcloud - gitweb
Be more specific so that other lustre* cruft is not picked up.
authorbrian <brian>
Mon, 3 Jul 2006 16:40:18 +0000 (16:40 +0000)
committerbrian <brian>
Mon, 3 Jul 2006 16:40:18 +0000 (16:40 +0000)
build/lbuild

index acef5bc..09266e2 100755 (executable)
@@ -395,7 +395,7 @@ unpack_lustre()
     DIRNAME="lustre-$TAG-$TIMESTAMP"
     if [ "$LUSTRE" ] ; then
         untar "$LUSTRE"
-        [ -d lustre ] || ln -sf lustre* lustre
+        [ -d lustre ] || ln -sf lustre-[0-9].[0-9]* lustre
     else
         if [ "$USE_DATESTAMP" ]; then
             DATESTAMP="-D '$DATE'"