Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 667752
Collapse All | Expand All

(-)a/install/dracut-install.c (-6 / +1 lines)
Lines 479-489 static int resolve_deps(const char *src) Link Here
479
                if (strstr(buf, destrootdir))
479
                if (strstr(buf, destrootdir))
480
                        break;
480
                        break;
481
481
482
                p = strstr(buf, "=>");
482
                p = strchr(buf, '/');
483
                if (!p)
484
                        p = buf;
485
486
                p = strchr(p, '/');
487
                if (p) {
483
                if (p) {
488
                        char *q;
484
                        char *q;
489
485
490
- 

Return to bug 667752