Skip to content

Commit

Permalink
bee-install: Fix BEE_BEEDESTDIR handling for symbolic links
Browse files Browse the repository at this point in the history
Avoid symlink targets to be transformed if a package is installed
with option --destdir
  • Loading branch information
Tobias Dreyer authored and mariux committed Apr 15, 2013
1 parent 31ebfac commit c800fbb
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 c800fbb

Please sign in to comment.