Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 514936 | Differences between
and this patch

Collapse All | Expand All

(-)a/misc/install-xattr/install-xattr.c (-1 / +1 lines)
Lines 382-388 main(int argc, char* argv[]) Link Here
382
                                       if (S_ISDIR(s.st_mode))
382
                                       if (S_ISDIR(s.st_mode))
383
                                               continue;
383
                                               continue;
384
384
385
                                       path = path_join(target, argv[i]);
385
                                       path = path_join(target, basename(argv[i]));
386
                                       copyxattr(argv[i], path);
386
                                       copyxattr(argv[i], path);
387
                                       free(path);
387
                                       free(path);
388
                               }
388
                               }

Return to bug 514936