projects
/
neurodebian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93285df
)
Functional build4all script.
author
Michael Hanke
<michael.hanke@gmail.com>
Fri, 4 Sep 2009 13:52:23 +0000
(09:52 -0400)
committer
Michael Hanke
<michael.hanke@gmail.com>
Fri, 4 Sep 2009 13:52:23 +0000
(09:52 -0400)
tools/nd_build4allnd
patch
|
blob
|
history
diff --git
a/tools/nd_build4allnd
b/tools/nd_build4allnd
index 9cea1b88fb1df7708c8d8c4bcdefcf413c63cefc..7edfe35b8d67f6553479f20407498db388630305 100755
(executable)
--- a/
tools/nd_build4allnd
+++ b/
tools/nd_build4allnd
@@
-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