From d65725f3b8a9b61a1c0d2533cc821a3ef9f4df36 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 24 Jan 2019 15:37:32 +0100 Subject: [PATCH] Atom: build script read env XDG_DATA_DIRS for saving png's there --- atom.be0 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/atom.be0 b/atom.be0 index b15cd14ee..72c1093d4 100755 --- a/atom.be0 +++ b/atom.be0 @@ -64,8 +64,10 @@ mee_build() { start_cmd source /package/node/profile + start_cmd mkdir -p ${D}${DATADIR}/applications + start_cmd mkdir -p ${D}${DATADIR}/icons/hicolor unset SUDO_USER SUDO_UID SUDO_COMMAND SUDO_GID - HOME=${S} start_cmd script/build --install ${D}${PREFIX} + XDG_DATA_DIRS=${D}${DATADIR} HOME=${S} start_cmd script/build --install ${D}${PREFIX} } mee_install() {