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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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}
Note: See TracChangeset for help on using the changeset viewer.