Skip to content

Commit

Permalink
Atom: build script read env XDG_DATA_DIRS for saving png's there
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Jan 24, 2019
1 parent 958fb67 commit d65725f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion atom.be0
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit d65725f

Please sign in to comment.