From fea1c70d723740925c0aabc97efaddc009f098c3 Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <tunes@google.com>
Date: Tue, 15 Oct 2013 20:53:37 -0400
Subject: [PATCH] Makefile: have quickrelease push tarballs to the correct
 place :-/ (hat tip: Xach)

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index b916a0a..fb8d537 100644
--- a/Makefile
+++ b/Makefile
@@ -111,4 +111,4 @@ quickrelease: reinstall_here
 	VER=`./cl-launch.sh --version | ( read a b ; echo $$b )` ; \
 	cd .. && \
 	tar zcf cl-launch-$${VER}.tar.gz --exclude .git cl-launch && \
-	rsync -av cl-launch/cl-launch.sh cl-launch-$${VER}.tar.gz common-lisp.net:/project/xcvb/cl-launch/
+	rsync -av cl-launch/cl-launch.sh cl-launch-$${VER}.tar.gz common-lisp.net:/project/xcvb/public_html/cl-launch/
-- 
GitLab