aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-05-13 21:00:04 -0400
committerKen Moore <ken@ixsystems.com>2017-05-13 21:00:04 -0400
commit8e22c3428beecf1354b07bfe9bf387552265267b (patch)
tree567e4f52258ae80dfbf2ad1fd84d4f24633c8022
parentAnother try to fix the autobuilder - finish the mkport.sh within the x11/lumi... (diff)
downloadlumina-8e22c3428beecf1354b07bfe9bf387552265267b.tar.gz
lumina-8e22c3428beecf1354b07bfe9bf387552265267b.tar.bz2
lumina-8e22c3428beecf1354b07bfe9bf387552265267b.zip
Another try to fix the autobuild
-rwxr-xr-xmkport.sh4
1 files changed, 1 insertions, 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
bgstack15