[kde-freebsd] [Bug 209802] misc/kde4-xdg-env kdeprefix removal too thorough

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri May 27 21:11:55 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209802

--- Comment #2 from groot at kde.org ---
Thanks also to tcberner for looking at this port and suggesting to simplify the
script. Tested w/ poudriere amd64 10-STABLE, but the problem should be obvious:

if [ %%KDE4_PREFIX%% != %%LOCALBASE%% ]; then
    XDG_DATA_DIRS=%%KDE4_PREFIX%%/share:${XDG_DATA_DIRS}
fi

this ends up substituted (now that KDE4_PREFIX isn't used here) as:

if [ != /usr/local ]; then
    XDG_DATA_DIRS=/share:${XDG_DATA_DIRS}
fi

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list