diff options
author | Ken Moore <ken@ixsystems.com> | 2017-06-26 14:56:10 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-06-26 14:56:10 -0400 |
commit | 672bef0fe1921aa830f4ab8f381ab1f8b3bd47ae (patch) | |
tree | 61a4610f2a9ade74de38a9c320636d1cf0355cf7 | |
parent | Tag version 1.3.1 in the source tree (no differences from 1.3.0 yet) (diff) | |
download | lumina-672bef0fe1921aa830f4ab8f381ab1f8b3bd47ae.tar.gz lumina-672bef0fe1921aa830f4ab8f381ab1f8b3bd47ae.tar.bz2 lumina-672bef0fe1921aa830f4ab8f381ab1f8b3bd47ae.zip |
Quick fix for the mkport.sh script
-rwxr-xr-x | mkport.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,7 +3,6 @@ # from a checked out git repo # Set the port -#port="x11/lumina" dfile="lumina" VERSION="1.3.0" @@ -98,3 +97,6 @@ do tcat=$(echo $port | cut -d '/' -f 1) massage_subdir ${portsdir}/${tcat} done +#Set a couple variables for the TrueOS build cluster to know which is the "overall" port +port="x11/lumina" #reset this variable in case something else needs it +export bPort="x11/lumina" |