Changeset 856 for branches/1.0/Makefile


Ignore:
Timestamp:
05/14/13 14:59:28 (11 years ago)
Author:
olahaye
Message:

[web_interface] Fix permissions of dwoo cache and compiled directories.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.0/Makefile

    r848 r856  
    125125        @chown -R $(GANGLIA_USER) ./web
    126126        @chown $(HTTPD_USER) ./web/addons/job_monarch/dwoo/compiled
     127        @chown $(HTTPD_USER) ./web/addons/job_monarch/dwoo/cache
     128        @chmod 775 ./web/addons/job_monarch/dwoo/cache
    127129        @(cd web; rsync -a --exclude=.svn --exclude=*_test* --exclude=*-example.php ./addons ./templates $(DESTDIR)$(GANGLIA_ROOT)/)
    128130        @#
Note: See TracChangeset for help on using the changeset viewer.