diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-05-03 14:31:41 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-05-03 14:31:41 +0000 |
commit | 119ec92aa3488a6946216a6408453b105e31d96a (patch) | |
tree | d3c3bb66af772e68fd90fe35f7f26647ed77649d /archivers/lha | |
parent | fbfcd157fbe70b6d3a548161dfba40bf877b4450 (diff) | |
download | ports-119ec92aa3488a6946216a6408453b105e31d96a.tar.gz ports-119ec92aa3488a6946216a6408453b105e31d96a.zip |
Notes
Diffstat (limited to 'archivers/lha')
-rw-r--r-- | archivers/lha/files/patch-symlink | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/archivers/lha/files/patch-symlink b/archivers/lha/files/patch-symlink new file mode 100644 index 000000000000..87c23b66cfa2 --- /dev/null +++ b/archivers/lha/files/patch-symlink @@ -0,0 +1,10 @@ +--- src/lhext.c.symlink 2000-10-04 10:57:38.000000000 -0400 ++++ src/lhext.c 2003-05-19 22:55:57.000000000 -0400 +@@ -351,6 +351,7 @@ extract_one(afp, hdr) + } + + unlink(bb1); ++ make_parent_path(bb1); + l_code = symlink(bb2, bb1); + if (l_code < 0) { + if (quiet != TRUE) |