From 706965a75d82c6840ada39283c71abca389f3915 Mon Sep 17 00:00:00 2001 From: "Jorge E. Gomez" Date: Thu, 16 Mar 2023 22:25:31 -0500 Subject: [PATCH] [FIX] Strips a/b dirs from git patch --- apply_patches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apply_patches.sh b/apply_patches.sh index 8e8aaeb..b509e43 100755 --- a/apply_patches.sh +++ b/apply_patches.sh @@ -109,7 +109,7 @@ pt_community () patch $OPTIONS < patches/20210420_auth-oauth-multi-token_error-in-login.patch DEST=$DESTDIR/community/account_invoice_force_number/ - OPTIONS="--directory=$DEST --strip=1" + OPTIONS="--directory=$DEST --strip=2" patch $OPTIONS < patches/20211216_account-invoice-force-number_post-instead-of-action.patch }