Advertisement
barjac

installfix.patch

Aug 20th, 2011
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. --- Makefile.am.orig 2006-12-25 01:21:07.000000000 +0000
  2. +++ Makefile.am 2006-12-25 01:22:04.000000000 +0000
  3. @@ -23,9 +23,9 @@
  4. # Yes, you are correct. This is a HACK!
  5. install-data-hook:
  6. ( cd $(DESTDIR)$(sysconfdir); chown $(webuser):$(webgroup) $(sysconf_DATA); chmod 600 $(sysconf_DATA) )
  7. - -( if ! test -e $(RUNDIR); then mkdir $(RUNDIR); fi )
  8. - ( if ! test -e $(ZM_RUNDIR); then mkdir $(ZM_RUNDIR); fi; chown $(webuser):$(webgroup) $(ZM_RUNDIR); chmod u+w $(ZM_RUNDIR) )
  9. + -( if ! test -e $(DESTDIR)$(RUNDIR); then mkdir $(DESTDIR)$(RUNDIR); fi )
  10. + ( if ! test -e $(DESTDIR)$(ZM_RUNDIR); then mkdir $(DESTDIR)$(ZM_RUNDIR); fi; chown $(webuser):$(webgroup) $(DESTDIR)$(ZM_RUNDIR); chmod u+w $(DESTDIR)$(ZM_RUNDIR) )
  11.  
  12. uninstall-hook:
  13. @-( cd $(DESTDIR)$(webdir); rm -rf events graphics images sounds temp )
  14. - @-( rm -rf $(ZM_RUNDIR) )
  15. + @-( rm -rf $(DESTDIR)$(ZM_RUNDIR) )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement