summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-05-14 12:25:30 -0700
committerIvan Kohler <ivan@freeside.biz>2015-05-14 12:25:30 -0700
commit34eb85be541335c5b4b92cc8e926b472f0515113 (patch)
tree8b3f58e4e83858db68ecef802f8dd04a780b9f87 /Makefile
parent192cd668319664ccd36f73b0a3d4c5ef28c2b23d (diff)
fix make install-init
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 99e3dbc47..ee42a5962 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ APACHE_VERSION=2.4
#deb (-7 and upgrades)
FREESIDE_DOCUMENT_ROOT = /var/www/freeside
-#deb (new installs of 8+)
+#deb (new installs of 8+) (plus needs more work w/new auth)
#FREESIDE_DOCUMENT_ROOT = /var/www/html/freeside
#redhat, fedora, mandrake
#FREESIDE_DOCUMENT_ROOT = /var/www/html/freeside
@@ -52,7 +52,7 @@ INIT_FILE = /etc/init.d/freeside
#INIT_FILE = /usr/local/etc/rc.d/011.freeside.sh
#deb
-INIT_INSTALL = PATH=$PATH:/sbin /usr/sbin/update-rc.d freeside defaults 23 01
+INIT_INSTALL = PATH=${PATH}:/sbin /usr/sbin/update-rc.d freeside defaults 23 01
#redhat, fedora
#INIT_INSTALL = /sbin/chkconfig freeside on
#not necessary (freebsd)