Skip to content

Commit

Permalink
Merge branch 'fixes'
Browse files Browse the repository at this point in the history
* fixes:
  bee-install: Fix BEE_BEEDESTDIR handling for symbolic links
  • Loading branch information
mariux committed Apr 15, 2013
2 parents 31ebfac + c800fbb commit 1393edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bee-install.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ function do_install_file() {
fi

if [ -n "${BEE_BEEDESTDIR}" ] ; then
changedir="--transform=s,^/,${BEE_BEEDESTDIR}/,"
changedir="--transform=s,^/,${BEE_BEEDESTDIR}/,S"
fi

start_cmd tar -x --dereference -${vv}Pf ${file} \
Expand Down

0 comments on commit 1393edc

Please sign in to comment.