symlinks/symlinks-1.2-short.patch
cvsdist 1956d3f9ae auto-import changelog data from symlinks-1.2-20.src.rpm
Thu Oct 16 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- add patch from #89655
Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
2004-09-09 12:53:21 +00:00

11 lines
290 B
Diff

--- symlinks-1.2/symlinks.c.lr 2003-10-16 14:07:29.000000000 +0200
+++ symlinks-1.2/symlinks.c 2003-10-16 14:08:16.000000000 +0200
@@ -235,6 +235,7 @@
strcpy (np, tail);
(void) tidy_path(new);
}
+ shorten_path(new, path);
if (!testing) {
if (unlink (path)) {
perror(path);