Added link attempt at index.php

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@178 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2002-12-11 00:22:45 +00:00
parent 75c6e8844c
commit 541f7d73dd
2 changed files with 2 additions and 0 deletions

View File

@ -13,3 +13,4 @@ EXTRA_DIST = $(web_DATA)
# Yes, you are correct. This is a HACK!
install-data-local:
( cd $(webdir); chown $(webuser):$(webgroup) $(web_DATA) )
-( cd $(webdir); ln -s zm.php index.php )

View File

@ -213,6 +213,7 @@ maintainer-clean-generic clean mostlyclean distclean maintainer-clean
# Yes, you are correct. This is a HACK!
install-data-local:
( cd $(webdir); chown $(webuser):$(webgroup) $(web_DATA) )
-( cd $(webdir); ln -s zm.php index.php )
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.