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

Collapse All | Expand All

(-)a/sysui/desktop/share/create_tree.sh (-1 / +1 lines)
Lines 19-25 Link Here
19
umask 022
19
umask 022
20
20
21
if [ "${KDEMAINDIR}" ]; then
21
if [ "${KDEMAINDIR}" ]; then
22
  for i in `cd "${ICON_SOURCE_DIR}"; find ${ICON_THEMES:-hicolor/???x??? hicolor/??x?? hicolor/scalable locolor} -name "*.png" -o -name "*.svg"`
22
  for i in `cd "${ICON_SOURCE_DIR}"; find ${ICON_THEMES:-hicolor/???x??? hicolor/??x??} -name "*.png"; find hicolor/scalable/apps -name "*.svg"`
23
  do
23
  do
24
    targetdir=${DESTDIR}/${KDEMAINDIR}/share/icons/`dirname ${i}`
24
    targetdir=${DESTDIR}/${KDEMAINDIR}/share/icons/`dirname ${i}`
25
    mkdir -p "${targetdir}"
25
    mkdir -p "${targetdir}"

Return to bug 721316