Skip to content

mxml: update to 3.1 #1452

Merged
merged 1 commit into from
Nov 7, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions mxml.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION mxml-2.12-0
# BEE_VERSION mxml-3.1-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand Down Expand Up @@ -30,9 +30,9 @@ build_in_sourcedir
## 'src' or 'cmake' or ..
## use 'sourcesubdir_append' to specify this directory if known.

# sourcesubdir_append src
# sourcesubdir_append mxml-3.1

BEE_EXTRACT_STRIP=0
# BEE_EXTRACT_STRIP=0


###############################################################################
Expand Down Expand Up @@ -60,6 +60,9 @@ BEE_EXTRACT_STRIP=0
mee_install() {
start_cmd make install DSTROOT="${D}"
}
mee_install_post() {
rm -vrf ${D}/usr/share/doc
}
## by default this may be 'make install DESTDIR="${D}"'

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