diff options
Diffstat (limited to 'app-arch/lha/files/lha-114i-symlink.patch')
-rw-r--r-- | app-arch/lha/files/lha-114i-symlink.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/app-arch/lha/files/lha-114i-symlink.patch b/app-arch/lha/files/lha-114i-symlink.patch deleted file mode 100644 index a872fa5548f9..000000000000 --- a/app-arch/lha/files/lha-114i-symlink.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- lha-114i/src/lhext.c -+++ lha-114i/src/lhext.c -@@ -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) |