From 26d656fcaa459fc68cc993dde795b979731cac6d Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Wed, 7 Sep 2022 12:44:54 +0200 Subject: [PATCH] patch-em-all: Fix postprocess with AppImage-fontforge Signed-off-by: Fini Jastrow --- bin/scripts/gotta-patch-em-all-font-patcher!.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/scripts/gotta-patch-em-all-font-patcher!.sh b/bin/scripts/gotta-patch-em-all-font-patcher!.sh index 079e29da7..83b63a66f 100755 --- a/bin/scripts/gotta-patch-em-all-font-patcher!.sh +++ b/bin/scripts/gotta-patch-em-all-font-patcher!.sh @@ -120,7 +120,7 @@ function patch_font { if [ "$post_process" ] then - post_process="--postprocess=$post_process" + post_process="--postprocess=${parent_dir}/${post_process}" else post_process="" fi