Skip to content

Commit

Permalink
mxml: Use DSTROOT for specifying image path
Browse files Browse the repository at this point in the history
[mxml uses `DSTROOT`.][1]

> Mini-XML is not a GNU project, and DESTDIR is not a widely-implemented
> standard, just a GNU convention used for GNU/FSF projects.

[1]: https://github.com/michaelrsweet/mxml/issues/99
  • Loading branch information
pmenzel committed Jan 17, 2019
1 parent b335b88 commit e5bdb39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mxml.be0
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ BEE_EXTRACT_STRIP=0
# bee_build
#}

#mee_install() {
# bee_install
#}
mee_install() {
start_cmd make install DSTROOT="${D}"
}
## by default this may be 'make install DESTDIR="${D}"'

###############################################################################
Expand Down

0 comments on commit e5bdb39

Please sign in to comment.