1956d3f9ae
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
11 lines
290 B
Diff
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);
|