]> git.donarmstrong.com Git - neurodebian.git/commitdiff
Functional build4all script.
authorMichael Hanke <michael.hanke@gmail.com>
Fri, 4 Sep 2009 13:52:23 +0000 (09:52 -0400)
committerMichael Hanke <michael.hanke@gmail.com>
Fri, 4 Sep 2009 13:52:23 +0000 (09:52 -0400)
tools/nd_build4allnd

index 9cea1b88fb1df7708c8d8c4bcdefcf413c63cefc..7edfe35b8d67f6553479f20407498db388630305 100755 (executable)
@@ -21,5 +21,6 @@ for d in $alldists; do
   dfamily=${d%%-*}
   drelease=${d##*-}
 
-  nd_build $dfamily $drelease $1
+  bpdsc=$(nd_backport $drelease $1 | tail -n1)
+  nd_build $dfamily $drelease $bpdsc
 done