oops Makefile!

This commit is contained in:
Alexandre Anriot 2005-09-24 11:13:08 +00:00
parent 68e544dd7f
commit daa5d2cfe9
1 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,7 @@
VERSION= 0.8
SRC= ./
WWWDIR= /var/www/htdocs
BINDIR= /usr/local/share
BINDIR= /usr/local/bin
DOCDIR= /usr/local/share/doc
LOGDIR= /var/log
NAME= evoauth
@ -25,9 +25,8 @@ web:
$(INSTALL) -m 0644 htdocs/favicon.ico $(WWWDIR)/$(NAME)
tools: module
$(INSTALL) -d -m 0755 $(BINDIR)/$(NAME)
$(INSTALL) -d -m 0774 /etc/evoauth
$(INSTALL) -m 0770 admin/Evoauth.pl $(BINDIR)/$(NAME)/evoauth
$(INSTALL) -m 0770 admin/Evoauth.pl $(BINDIR)/evoauth
$(INSTALL) -m 0600 install/evoauth.conf /etc/evoauth
$(INSTALL) -m 0600 install/evoauth.rules /etc/evoauth