Skip to content

Commit

Permalink
fix(rules): Correct sembol→emblum in filter hook name to match function
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque authored Aug 19, 2021
1 parent 7cf2f4c commit 6e7d204
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rules/functions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -214,13 +214,13 @@ define magick_emblum ?=
-gravity South \
\( -background none \
$1 \
$(call magick_emblum_filter) \
-resize "%[fx:min($$spinepx/100*(100-$$spinemm),$(call mmtopx,12))]"x \
$(call magick_sembol_filter) \
-splice "x%[fx:$(call mmtopx,5)+$$bleedpx]" \
\) -compose SrcOver -composite
endef

define magick_sembol_filter ?=
define magick_emblum_filter ?=
endef

define magick_logo ?=
Expand Down
1 change: 1 addition & 0 deletions upgrade-make.sed
Original file line number Diff line number Diff line change
Expand Up @@ -891,3 +891,4 @@ s#coveraspect#pageaspect#g
s#cilt\([wh]..\)\b#binding\1#g
s#\(include .*casile/\)makefile#\1rules.mk#
s#\(include .*casile/\)rules$#\1rules.mk#
s#\bmagick_sembol_filter\b#magick_emblum_filter#g

0 comments on commit 6e7d204

Please sign in to comment.