Skip to content

Commit

Permalink
imagemagick: Comment default lines
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Dec 16, 2019
1 parent 9a0141a commit cf8006e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions imagemagick.be0
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@
XPKGVERSION=$(echo ${PKGVERSION} | sed -e 's/p/-/')
SRCURL[0]="https://github.com/ImageMagick/ImageMagick6/archive/${XPKGVERSION}.tar.gz imagemagick-${XPKGVERSION}.tar.gz"

PATCHURL[0]=""
# PATCHURL[0]=""

EXCLUDE="^${DATADIR}/doc"

mee_patch() {
bee_patch
}
#mee_patch() {
# bee_patch
#}

mee_configure() {
bee_configure
}
#mee_configure() {
# bee_configure
#}

mee_build() {
bee_build
}
#mee_build() {
# bee_build
#}

mee_install() {
bee_install
}
#mee_install() {
# bee_install
#}

mee_install_post() {
local tgt=${D}/etc/ImageMagick-6/policy.xml
Expand Down

0 comments on commit cf8006e

Please sign in to comment.