Changeset 25568


Ignore:
Timestamp:
09/13/20 16:27:08 (5 years ago)
Author:
jdquinn
Message:

CHG: /test/SandBox is a directory: need -r option.

Location:
issm/trunk-jpl/packagers
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-solid_earth.sh

    r25552 r25568  
    168168rm -f ${PACKAGE}/lib/*.a # Remove static libraries from package
    169169rm -f ${PACKAGE}/lib/*.la # Remove libtool libraries from package
    170 rm -f ${PACKAGE}/test/SandBox # Remove testing sandbox from package
     170rm -rf ${PACKAGE}/test/SandBox # Remove testing sandbox from package
    171171echo "Creating tarball: ${TARBALL_NAME}"
    172172tar -czf ${TARBALL} ${PACKAGE}
  • issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-with_dakota.sh

    r25301 r25568  
    142142rm -f ${PACKAGE}/lib/*.a # Remove static libraries from package
    143143rm -f ${PACKAGE}/lib/*.la # Remove libtool libraries from package
    144 rm -f ${PACKAGE}/test/SandBox # Remove testing sandbox from package
     144rm -rf ${PACKAGE}/test/SandBox # Remove testing sandbox from package
    145145echo "Creating tarball: ${TARBALL_NAME}"
    146146tar -czf ${TARBALL} ${PACKAGE}
  • issm/trunk-jpl/packagers/linux/package-issm-linux-binaries.sh

    r25244 r25568  
    101101rm -f ${PACKAGE}/lib/*.a # Remove static libraries from package
    102102rm -f ${PACKAGE}/lib/*.la # Remove libtool libraries from package
    103 rm -f ${PACKAGE}/test/SandBox # Remove testing sandbox from package
     103rm -rf ${PACKAGE}/test/SandBox # Remove testing sandbox from package
    104104echo "Creating tarball: ${TARBALL_NAME}"
    105105tar -czf ${TARBALL} ${PACKAGE}
  • issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-solid_earth.sh

    r25553 r25568  
    162162rm -f ${PACKAGE}/lib/*.a # Remove static libraries from package
    163163rm -f ${PACKAGE}/lib/*.la # Remove libtool libraries from package
    164 rm -f ${PACKAGE}/test/SandBox # Remove testing sandbox from package
     164rm -rf ${PACKAGE}/test/SandBox # Remove testing sandbox from package
    165165echo "Creating tarball: ${TARBALL_NAME}"
    166166tar -czf ${TARBALL} ${PACKAGE}
  • issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-with_dakota.sh

    r25301 r25568  
    136136rm -f ${PACKAGE}/lib/*.a # Remove static libraries from package
    137137rm -f ${PACKAGE}/lib/*.la # Remove libtool libraries from package
    138 rm -f ${PACKAGE}/test/SandBox # Remove testing sandbox from package
     138rm -rf ${PACKAGE}/test/SandBox # Remove testing sandbox from package
    139139echo "Creating tarball: ${TARBALL_NAME}"
    140140tar -czf ${TARBALL} ${PACKAGE}
  • issm/trunk-jpl/packagers/mac/package-issm-mac-binaries.sh

    r25244 r25568  
    9696rm -f ${PACKAGE}/lib/*.a # Remove static libraries from package (we only need MEX-files)
    9797rm -f ${PACKAGE}/lib/*.la # Remove libtool libraries from package
    98 rm -f ${PACKAGE}/test/SandBox # Remove testing sandbox from package
     98rm -rf ${PACKAGE}/test/SandBox # Remove testing sandbox from package
    9999echo "Creating tarball: ${TARBALL_NAME}"
    100100tar -czf ${TARBALL} ${PACKAGE}
Note: See TracChangeset for help on using the changeset viewer.