From 8e22c3428beecf1354b07bfe9bf387552265267b Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Sat, 13 May 2017 21:00:04 -0400 Subject: Another try to fix the autobuild --- mkport.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mkport.sh b/mkport.sh index eba787c9..6b481e2a 100755 --- a/mkport.sh +++ b/mkport.sh @@ -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 -- cgit