tinycm rev 51
Small fix to Makefile
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Jan 21 00:03:00 2014 +0100 (2014-01-21) |
parents | 6400421b49c9 |
children | 6dfd1c3a2fdf |
files | Makefile |
line diff
1.1 --- a/Makefile Sun Jan 19 18:26:09 2014 +0100 1.2 +++ b/Makefile Tue Jan 21 00:03:00 2014 +0100 1.3 @@ -39,13 +39,14 @@ 1.4 # Set permissions 1.5 chown -R www.www $(DESTDIR)$(AUTH)/auth 1.6 chown -R www.www $(DESTDIR)$(AUTH)/people 1.7 - chown -R www.www $(DESTDIR)$(WEB)/content 1.8 - chown -R www.www $(DESTDIR)$(WEB)/cache 1.9 1.10 install-web: 1.11 install -m 0755 -d $(DESTDIR)$(WEB)/cache 1.12 cp -a config.cgi favicon.ico index.cgi style.css images lib \ 1.13 plugins content $(DESTDIR)$(WEB) 1.14 + # Set permissions 1.15 + chown -R www.www $(DESTDIR)$(WEB)/content 1.16 + chown -R www.www $(DESTDIR)$(WEB)/cache 1.17 1.18 install-slitaz: install 1.19 install -m 0777 -d $(DESTDIR)$(PREFIX)/share/applications