diff options
author | Ken Moore <ken@ixsystems.com> | 2018-03-06 11:32:51 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2018-03-06 11:32:51 -0500 |
commit | c9f47953dc4eb2b3e799afd761f55463b2485048 (patch) | |
tree | 85cb1f102216f6ff5a2f220558689d2d591b2571 /mkport.sh | |
parent | Another minor tweak for the mkport.sh (diff) | |
download | lumina-c9f47953dc4eb2b3e799afd761f55463b2485048.tar.gz lumina-c9f47953dc4eb2b3e799afd761f55463b2485048.tar.bz2 lumina-c9f47953dc4eb2b3e799afd761f55463b2485048.zip |
Another mkport.sh update.
Almost got the multi-build setup working...
Diffstat (limited to 'mkport.sh')
-rwxr-xr-x | mkport.sh | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -99,6 +99,8 @@ do tcat=$(echo $port | cut -d '/' -f 1) massage_subdir ${portsdir}/${tcat} done +echo "All ports updated: ${allports}" #Set a couple variables for the TrueOS build cluster to know which is the "overall" port -port=${allports} #reset this variable in case something else needs it -export bPort=${allports} +port="${allports}" #reset this variable in case something else needs it +bPort="${allports}" +export bPort |