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

Diff of /dgee/repository/Makefile.in

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

revision 1.4 by csmith, Sun Sep 21 10:34:05 2003 UTC revision 1.5 by csmith, Thu Oct 23 21:34:51 2003 UTC
# Line 17  install: dirs permissions Line 17  install: dirs permissions
17  dirs:  dirs:
18          @( for d in ${IDIRS}; do \          @( for d in ${IDIRS}; do \
19            ../mkinstalldirs $(DESTDIR)$${d}; \            ../mkinstalldirs $(DESTDIR)$${d}; \
       chown -f @USER@:@GROUP@ $(DESTDIR)$${d}; \  
20          done; )          done; )
21    
22  # This will fail if we're non root  # This will fail if we're non root (hence the id check)
23  # - Split out from dirs above so that the dirs still get created if this  # - Split out from dirs above so that the dirs still get created if this
24  #   does bomb  #   does bomb
25  #  #
26  permissions:  permissions:
27          @( for d in ${IDIRS}; do \          @( for d in ${IDIRS}; do \
28        chown -f @USER@:@GROUP@ $(DESTDIR)$${d}; \            [ "`id -u`" != 0 ] || chown -f @USER@:@GROUP@ $(DESTDIR)$${d}; \
29          done; )          done; )
30    
31  clean:  clean:

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

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