/[ludap]/ludap/Makefile
ViewVC logotype

Diff of /ludap/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by mose, Mon Oct 27 10:08:27 2003 UTC revision 1.8 by mose, Mon Oct 27 10:10:26 2003 UTC
# Line 92  tmp: Line 92  tmp:
92                                  [ -d $(LOGDIR) ] || mkdir -m 775 $(LOGDIR) || exit 0                                  [ -d $(LOGDIR) ] || mkdir -m 775 $(LOGDIR) || exit 0
93                                  chown $(WEBUSER) $(TMPDIR) $(TMPDIR)/cache $(TMPDIR)/compil $(LOGDIR) $(XMLDIR)                                  chown $(WEBUSER) $(TMPDIR) $(TMPDIR)/cache $(TMPDIR)/compil $(LOGDIR) $(XMLDIR)
94    
95  scripts: scripts/*  scripts: scripts/*.conf scripts/*.php scripts/*.sh
96                                  [ -d $(INSTALLDIR)/scripts ] || mkdir -m 775 $(INSTALLDIR)/scripts || exit 0                                  [ -d $(INSTALLDIR)/scripts ] || mkdir -m 775 $(INSTALLDIR)/scripts || exit 0
97                                    [ -d $(INSTALLDIR)/scripts/archi ] || mkdir -m 775 $(INSTALLDIR)/scripts/archi || exit 0
98                                  $(INSTALL) -p -o $(SUSER) -g $(WEBGROUP) -m 640 $? $(INSTALLDIR)/scripts                                  $(INSTALL) -p -o $(SUSER) -g $(WEBGROUP) -m 640 $? $(INSTALLDIR)/scripts
99    
100  # ------------------------------------------------------------------------  # ------------------------------------------------------------------------

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26