Skip to content

Commit

Permalink
copy symlink targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Palao committed May 22, 2021
1 parent d7d56a3 commit cf5cb53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/test.sh
Expand Up @@ -151,7 +151,7 @@ test_perl_device() {
check_exit_code

echo "Copy perl build directory to iOS device..."
cp -Ra "$WORKDIR/perl-$PERL_VERSION/." $IOS_MOUNTPOINT 2>/dev/null
cp -RL "$WORKDIR/perl-$PERL_VERSION/." $IOS_MOUNTPOINT 2>/dev/null
#check_exit_code

echo "Delete unsigned bundle files from harness mountpoint..."
Expand Down

0 comments on commit cf5cb53

Please sign in to comment.