diff options
author | Ken Moore <ken@ixsystems.com> | 2017-05-13 21:00:04 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-05-13 21:00:04 -0400 |
commit | 8e22c3428beecf1354b07bfe9bf387552265267b (patch) | |
tree | 567e4f52258ae80dfbf2ad1fd84d4f24633c8022 | |
parent | Another try to fix the autobuilder - finish the mkport.sh within the x11/lumi... (diff) | |
download | lumina-8e22c3428beecf1354b07bfe9bf387552265267b.tar.gz lumina-8e22c3428beecf1354b07bfe9bf387552265267b.tar.bz2 lumina-8e22c3428beecf1354b07bfe9bf387552265267b.zip |
Another try to fix the autobuild
-rwxr-xr-x | mkport.sh | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -3,7 +3,7 @@ # from a checked out git repo # Set the port -#port="x11/lumina" +port="x11/lumina" dfile="lumina" VERSION="1.2.1" @@ -104,5 +104,3 @@ do tcat=$(echo $port | cut -d '/' -f 1) massage_subdir ${portsdir}/${tcat} done -#Now make sure we end in the port directory of the primary port -cd ${portsdir}/x11/lumina |