X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=modules.update;h=96686299c1e89b4b9c28bab1cee2e4e4aa77183b;hb=7acbe40c70270e3077226c9ccb90546e0d9f56bb;hp=4ab337367a5e47abde870b81936d73eff4eb809d;hpb=c8a938c487fa49862ad858438f8f4ede96e1c38b;p=build.git diff --git a/modules.update b/modules.update index 4ab33736..96686299 100755 --- a/modules.update +++ b/modules.update @@ -3,4 +3,4 @@ # redirect this into modules.list to get it refreshed # # we set DISTRONAME as this cannot be correctly guessed from the build box root context -for tags in *tags*4.2.mk ; do make stage1=true PLDISTROTAGS=$tags DISTRONAME=f8 module-tools ; done | sort -u | grep -v '^build$' +for tags in *tags.mk ; do make stage1=true PLDISTROTAGS=$tags DISTRONAME=f8 module-tools ; done | sort -u | grep -v '^build$'