From 0afe3a2e167e1a945f7fdc8546e3d610d7246b0d Mon Sep 17 00:00:00 2001
From: John Dulaney <jdulaney@fedoraproject.org>
Date: Tue, 15 Dec 2015 17:54:19 -0500
Subject: [PATCH] Correct install dir

Signed-off-by: John Dulaney <jdulaney@fedoraproject.org>
---
 scripts/GNUSOCIAL/10_download_gnusocial.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scripts/GNUSOCIAL/10_download_gnusocial.sh b/scripts/GNUSOCIAL/10_download_gnusocial.sh
index d173de6..48a7bc7 100644
--- a/scripts/GNUSOCIAL/10_download_gnusocial.sh
+++ b/scripts/GNUSOCIAL/10_download_gnusocial.sh
@@ -10,7 +10,8 @@ if ! $ROOTCMD test -e /home/gnusocial/.ssh/id_rsa; then
 fi
 
 if ! $ROOTCMD echo | cd /home/gnusocial/ 
+    mkdir /var/www/statusnet/
     git clone https://git.gnu.io/gnu/gnu-social.git /home/gnusocial/gnu-social; then
     rm -rf /home/gnusocial/gnu-social/.git
-    mv /home/gnusocial/gnu-social/* /var/www/html
+    mv /home/gnusocial/gnu-social/* /var/www/statusnet/
 fi
-- 
2.25.1