Changeset 27690


Ignore:
Timestamp:
2013-06-21T17:48:38+12:00 (11 years ago)
Author:
davidb
Message:

Switched to using rsync to copy rather than cp, so .svn directories can be excluded

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/afrepo/trunk/src/src/INSTALL-PHP.sh

    r27680 r27690  
    6161echo ""
    6262echo "** Copying static HTML content (images, CSS etc) to htdocs/afrepo"
    63 /bin/cp -r html/* "$GEXTAMP_INSTALLED/htdocs/afrepo/."
     63#/bin/cp -r html/* "$GEXTAMP_INSTALLED/htdocs/afrepo/."
     64
     65rsync -pav --exclude .svn html/* "$GEXTAMP_INSTALLED/htdocs/afrepo/."
Note: See TracChangeset for help on using the changeset viewer.