Skip to content

Commit

Permalink
git-svn-id: svn://cherokee-project.com/cherokee/trunk@1333 5dc97367-9…
Browse files Browse the repository at this point in the history
…7f1-0310-9951-d761b3857238
  • Loading branch information
alobbs committed Mar 26, 2008
1 parent be2dce6 commit 96c15c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,5 +1,9 @@
2008-03-26 Alvaro Lopez Ortega <alvaro@alobbs.com>

* Makefile.am (install-data-local): It has to create /var/log and
/var/run when installing, otherwise it would fail after the
installation if DESTDIR wasn't /.

* admin/Form.py, admin/PageVServer.py: The Virtual Server
configuration page has been updated to use the new table format.
Besides, a few changes in the table itself have been performed.
Expand Down
3 changes: 3 additions & 0 deletions Makefile.am
Expand Up @@ -86,6 +86,9 @@ uninstall-local-config:
fi

install-data-local: $(CONFS) install-data-local-config
@$(mkinstalldirs) $(DESTDIR)$(localstatedir)
@$(mkinstalldirs) $(DESTDIR)$(localstatedir)/run
@$(mkinstalldirs) $(DESTDIR)$(localstatedir)/log
@$(mkinstalldirs) $(DESTDIR)$(cherokeeconfdir)
@$(mkinstalldirs) $(DESTDIR)$(cherokeeconfdir)/ssl
@$(mkinstalldirs) $(DESTDIR)$(cherokeeconfdir)/mods-available
Expand Down

0 comments on commit 96c15c4

Please sign in to comment.