/[dgee]/dgee/gw_config/Makefile.in
ViewVC logotype

Diff of /dgee/gw_config/Makefile.in

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

revision 1.5 by csmith, Wed Oct 15 11:06:40 2003 UTC revision 1.6 by csmith, Thu Oct 23 22:10:01 2003 UTC
# Line 101  VER_MINOR = @VER_MINOR@ Line 101  VER_MINOR = @VER_MINOR@
101  host_cpu = @host_cpu@  host_cpu = @host_cpu@
102  host_os = @host_os@  host_os = @host_os@
103    
104  prefix = $(DESTDIR)@prefix@  prefix = @prefix@
105  exec_prefix = @exec_prefix@  exec_prefix = @exec_prefix@
106  etcdir = $(DESTDIR)@sysconfdir@  etcdir = $(DESTDIR)@sysconfdir@
107  spooldir = $(DESTDIR)@localstatedir@/spool/dgee  spooldir = $(DESTDIR)@localstatedir@/spool/dgee
# Line 236  dgeeconf.bin: dgeeconf.xml Line 236  dgeeconf.bin: dgeeconf.xml
236  install:  install:
237          @( for d in ${IDIRS}; do \          @( for d in ${IDIRS}; do \
238            $(mkinstalldirs) $${d}; \            $(mkinstalldirs) $${d}; \
239            chown -f @USER@:@GROUP@ $${d}; \            [ "`id -u`" != 0 ] || chown -f @USER@:@GROUP@ $${d}; \
240            if [ '$(sandbox)' != '' ];  \            if [ '$(sandbox)' != '' ];  \
241            then \            then \
242              $(mkinstalldirs) ${sandbox}$${d}; \              $(mkinstalldirs) ${sandbox}$${d}; \
243              chown @USER@:@GROUP@ ${sandbox}$${d}; \                  [ "`id -u`" != 0 ] || chown -f @USER@:@GROUP@ $${d}; \
244            fi ; \            fi ; \
245          done; )          done; )
246          $(mkinstalldirs) ${CONF}          $(mkinstalldirs) ${CONF}

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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