diff options
author | Ken Moore <ken@ixsystems.com> | 2018-03-06 11:38:28 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2018-03-06 11:38:28 -0500 |
commit | 6c5a8d443f370467baf52de9829ec832972ab152 (patch) | |
tree | a286ec852986a2a22db999deb19ae11f01bdfae8 /mkport.sh | |
parent | Another mkport.sh update. (diff) | |
download | lumina-6c5a8d443f370467baf52de9829ec832972ab152.tar.gz lumina-6c5a8d443f370467baf52de9829ec832972ab152.tar.bz2 lumina-6c5a8d443f370467baf52de9829ec832972ab152.zip |
Last mkport.sh tweak
Looks like the bPort variable cannot be exported(?), so put a full list into the "port=" line for fallback usage
Diffstat (limited to 'mkport.sh')
-rwxr-xr-x | mkport.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -101,6 +101,6 @@ do 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 -bPort="${allports}" +bPort="${allports}" #reset this variable in case something else needs it +port="x11/lumina-core x11/lumina-coreutils deskutils/lumina-archiver deskutils/lumina-mediaplayer deskutils/lumina-pdf deskutils/lumina-fm deskutils/lumina-textedit deskutils/lumina-screenshot deskutils/lumina-calculator deskutils/lumina-fileinfo x11/lumina" export bPort |