Changeset 1300

Show
Ignore:
Timestamp:
20/03/08 23:56:32 (2 years ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/ChangeLog

    r1297 r1300  
    112008-03-20  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
     2 
     3        * Makefile.am (install-data-local): Ensure that the admin 
     4        directory exists before trying to copy the configuration file 
     5        example. 
    26 
    37        * admin/ModuleRedir.py, admin/PageEncoders.py, 
  • cherokee/trunk/Makefile.am

    r1282 r1300  
    9898        @$(mkinstalldirs) $(DESTDIR)$(cherokeeconfdir)/sites-available 
    9999        @$(mkinstalldirs) $(DESTDIR)$(cherokeeconfdir)/sites-enabled 
     100        @$(mkinstalldirs) $(DESTDIR)$(cherokeeadmindir) 
    100101        @if test -f $(DESTDIR)$(cherokeeconfdir)/cherokee.conf ; then \ 
    101102                echo "$@ will not overwrite existing $(DESTDIR)$(cherokeeconfdir)/cherokee.conf"; \