Changeset 1300
- Timestamp:
- 20/03/08 23:56:32 (2 years ago)
- Files:
-
- cherokee/trunk/ChangeLog (modified) (1 diff)
- cherokee/trunk/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/ChangeLog
r1297 r1300 1 1 2008-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. 2 6 3 7 * admin/ModuleRedir.py, admin/PageEncoders.py, cherokee/trunk/Makefile.am
r1282 r1300 98 98 @$(mkinstalldirs) $(DESTDIR)$(cherokeeconfdir)/sites-available 99 99 @$(mkinstalldirs) $(DESTDIR)$(cherokeeconfdir)/sites-enabled 100 @$(mkinstalldirs) $(DESTDIR)$(cherokeeadmindir) 100 101 @if test -f $(DESTDIR)$(cherokeeconfdir)/cherokee.conf ; then \ 101 102 echo "$@ will not overwrite existing $(DESTDIR)$(cherokeeconfdir)/cherokee.conf"; \