From e34e8eeabaf76bdeeaba405bcb6f7eb49d9a662e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20E=2E=20G=C3=B3mez?= Date: Wed, 15 Sep 2021 14:27:29 -0500 Subject: [PATCH] [FIX] Location of patch file --- apply_patches.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apply_patches.sh b/apply_patches.sh index 99e346d..6a7c435 100755 --- a/apply_patches.sh +++ b/apply_patches.sh @@ -61,8 +61,9 @@ pt_special () git apply $OPTIONS patches/20210908_l10n-co-account-e-invoicing_installs-in-production.patch popd + DEST=$DESTDIR/v14-facturacionelectronica/l10n_co_partner_person_type/ OPTIONS="--directory=$DEST --strip=1" - patch $OPTIONS < 20210915_l10n-co-partner-person-type_fixes-depends.patch + patch $OPTIONS < patches/20210915_l10n-co-partner-person-type_fixes-depends.patch } pt_community ()