Skip to content
Snippets Groups Projects
Commit 0b94f3ea authored by Ger van Diepen's avatar Ger van Diepen
Browse files

bug 468:

Only write leaf packages in lofarconf.in.private
parent aafcc2a0
No related branches found
No related tags found
No related merge requests found
...@@ -332,7 +332,9 @@ else ...@@ -332,7 +332,9 @@ else
fi fi
# Add (leaf) package to the file to get correct build order. # Add (leaf) package to the file to get correct build order.
echo "$pkgname #-v$getvers" >> allpkg.tmp if test $conftype = 0; then
echo "$pkgname #-v$getvers" >> allpkg.tmp
fi
# Check out all packages as needed. # Check out all packages as needed.
if [ $recur != 0 ]; then if [ $recur != 0 ]; then
for pkg in $pkgs for pkg in $pkgs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment