Skip to content

Commit

Permalink
openbox: follow up UNPACKDIR introduction
Browse files Browse the repository at this point in the history
With the introduction of UNPACKDIR the files were moved from WORKDIR to
UNPACKDIR. Adjust the recipe accordingly.

Signed-off-by: Dmitry Baryshkov <[email protected]>
  • Loading branch information
lumag committed May 25, 2024
1 parent 4005dbf commit a038cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-overlayed/openbox/openbox_%.bbappend
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://menu.xml"

do_install:append:rpb() {
install -m 0644 ${WORKDIR}/menu.xml ${D}${sysconfdir}/xdg/openbox
install -m 0644 ${UNPACKDIR}/menu.xml ${D}${sysconfdir}/xdg/openbox
}

RDEPENDS:${PN} += "openbox-xdgmenu"

0 comments on commit a038cbb

Please sign in to comment.