Skip to content

Commit

Permalink
tmp a+w
Browse files Browse the repository at this point in the history
  • Loading branch information
miaoufkirsh committed Jun 30, 2012
1 parent d08107b commit 847aa77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@ install:
@cp setup_files/openplacos-server $(DESTDIR)/$(BINDIR)/openplacos-server
@cp setup_files/openplacos-cli $(DESTDIR)/$(BINDIR)/openplacos-cli
@cp setup_files/openplacos-web $(DESTDIR)/$(BINDIR)/openplacos-web

install -m a+w -d $(DESTDIR)/$(INSTALLDIR)/clients/web-client/tmp

3 comments on commit 847aa77

@flagos
Copy link
Member

@flagos flagos commented on 847aa77 Jul 1, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Plutot que de donner les droits a tout le monde, je suggere plutot de donner les permissions a l'utilisateur openplacos:

-o, --owner=OWNER

@flagos
Copy link
Member

@flagos flagos commented on 847aa77 Jul 1, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ce qui implique de filer dans le makefile.def le nom de l'utilisateur sous lequel va tourner le serveur

@miaoufkirsh
Copy link
Member Author

@miaoufkirsh miaoufkirsh commented on 847aa77 Jul 1, 2012 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.