From e5bdb39fb224444dcb7316fbb960bcc3d8745a97 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 17 Jan 2019 13:18:09 +0100 Subject: [PATCH] mxml: Use `DSTROOT` for specifying image path [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 --- mxml.be0 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mxml.be0 b/mxml.be0 index d9b446c12..fc29f8304 100755 --- a/mxml.be0 +++ b/mxml.be0 @@ -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}"' ###############################################################################