Skip to content

Commit

Permalink
Merge pull request #1 from meermanr/meermanr-patch-1
Browse files Browse the repository at this point in the history
Preserve symbolic links when copying files via cp.
  • Loading branch information
meermanr authored Oct 10, 2022
2 parents 5122e4a + 33ea25e commit 82f0422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rm -rf $build_dir && mkdir -p $build_dir

for f in *prerun.sh home
do
cp -r $CDIR/$f $build_dir/
cp -R $CDIR/$f $build_dir/
done

if [ -x "$(command -v pip)" ]; then
Expand Down

0 comments on commit 82f0422

Please sign in to comment.