From e51dc8ee781dee3d6b2c63bc5164c9fd763a9a5c Mon Sep 17 00:00:00 2001 From: Jeremy Davis Date: Thu, 21 May 2015 10:47:56 -0400 Subject: [PATCH] Jessie support for FREESIDE_3_BRANCH --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5a1d61a3d..ab27c0079 100644 --- a/Makefile +++ b/Makefile @@ -287,7 +287,7 @@ install-init: install-apache: [ -e ${APACHE_CONF}/freeside-base.conf ] && rm ${APACHE_CONF}/freeside-base.conf || true [ -d ${APACHE_CONF} ] && \ - ( install -o root -m 755 htetc/freeside-base${APACHE_VERSION}.conf ${APACHE_CONF} && \ + ( install -o root -m 755 htetc/freeside-base2.conf ${APACHE_CONF} && \ ( [ ${RT_ENABLED} -eq 1 ] && install -o root -m 755 htetc/freeside-rt.conf ${APACHE_CONF} || true ) && \ ( [ ${TORRUS_ENABLED} -eq 1 ] && install -o root -m 755 htetc/freeside-torrus.conf ${APACHE_CONF} || true ) && \ perl -p -i -e "\ -- 2.11.0