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:
parent
6f02a01f36
commit
9e5d19bf8a
|
@ -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 )
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue