ee61bd52f8
Their assets were not installed in the right place due to differences between our cp and GNU cp. - While here add NO_ARCH PR: 244970 Submitted by: timon@timon.net.nz Reported by: Bengt Ahlgren <bengta@sics.se> Approved by: kde (tcberner)
8 lines
364 B
Bash
8 lines
364 B
Bash
--- src/build_theme.sh.orig 2020-03-10 12:54:51 UTC
|
|
+++ src/build_theme.sh
|
|
@@ -109,4 +109,4 @@ fi
|
|
|
|
render_theme "${COLOR_SCHEME}" "${THEME_NAME}" "${INSTALL_TARGET}" "${COLOR_SCHEME_ROOT}/Breeze.colors"
|
|
[ -z "${INSTALL_TARGET}" ] && INSTALL_TARGET="${HOME}/.local/share/themes/${THEME_NAME}"
|
|
-cp -r assets/ "${INSTALL_TARGET}"
|
|
+cp -r assets "${INSTALL_TARGET}"
|