Now installs a nph version of zms.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@952 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2004-03-14 18:26:09 +00:00
parent 6f02a01f36
commit 9e5d19bf8a
2 changed files with 2 additions and 2 deletions

View File

@ -76,5 +76,5 @@ dist-hook:
# Yes, you are correct. This is a HACK!
install-exec-hook:
( cd @bindir@; mv zms $(cgidir) )
( cd $(cgidir); chown $(webuser):$(webgroup) zms )
( cd $(cgidir); chown $(webuser):$(webgroup) zms; ln -f zms nph-zms )
( cd @bindir@; chmod u+s zmfix )

View File

@ -511,7 +511,7 @@ dist-hook:
# Yes, you are correct. This is a HACK!
install-exec-hook:
( cd @bindir@; mv zms $(cgidir) )
( cd $(cgidir); chown $(webuser):$(webgroup) zms )
( cd $(cgidir); chown $(webuser):$(webgroup) zms; ln -f zms nph-zms )
( cd @bindir@; chmod u+s zmfix )
# 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.