summaryrefslogtreecommitdiff
path: root/automake
diff options
context:
space:
mode:
authorAdam Spiers <stow@adamspiers.org>2015-01-01 19:02:46 +0000
committerAdam Spiers <stow@adamspiers.org>2015-01-01 19:02:46 +0000
commit7b43622dd9ff7b8793d1c08727f84ac5069d3fb4 (patch)
treea19760b9facaaa7ad29f604913b9bfd11adfe641 /automake
parent5be496a795eae8a139105d57fa98a9fcb172a122 (diff)
downloadstow-7b43622dd9ff7b8793d1c08727f84ac5069d3fb4.tar.gz
fix stowing of relative links when --no-folding is used
With a tree like this: . |-- stow | `-- pkg | `-- lib | |-- itk-current -> itk4.0.0 | `-- itk4.0.0 | `-- libitk4.0.0.so `-- target `-- lib |-- itk4.0.0 -> ../../stow/pkg/lib/itk4.0.0 `-- libfoo-1.2.3.so stowing pkg with the --no-folding option resulted in itk-current being "unpacked": . `-- target `-- lib |-- itk-current | `-- libitk4.0.0.so -> ../../../stow/pkg/lib/itk-current/libitk4.0.0.so |-- itk4.0.0 | `-- libitk4.0.0.so -> ../../../stow/pkg/lib/itk4.0.0/libitk4.0.0.so `-- libfoo-1.2.3.so This commit fixes it so that it gets stowed as a symlink: . `-- target `-- lib ... |-- itk-current -> ../../stow/pkg/lib/itk-current ... Thanks to Gabriele Balducci for reporting this problem: http://thread.gmane.org/gmane.comp.gnu.stow.general/6676
Diffstat (limited to 'automake')
0 files changed, 0 insertions, 0 deletions