Newer
Older
dub_jkp / test / issue2086-copyfiles-subpackage-targetpath.sh
  1. #!/usr/bin/env bash
  2.  
  3. . $(dirname "${BASH_SOURCE[0]}")/common.sh
  4. cd "${CURR_DIR}/issue2086-copyfiles-subpackage-targetpath" || die "Could not cd."
  5.  
  6. rm -f "sub/to_be_deployed.txt"
  7.  
  8. "$DUB" build
  9. ./sub/sub