[FIX] Strips a/b dirs from git patch

This commit is contained in:
Jorge Enrique Gómez Gómez 2023-03-16 22:25:31 -05:00
parent 77bbd29faf
commit 706965a75d

View File

@ -109,7 +109,7 @@ pt_community ()
patch $OPTIONS < patches/20210420_auth-oauth-multi-token_error-in-login.patch patch $OPTIONS < patches/20210420_auth-oauth-multi-token_error-in-login.patch
DEST=$DESTDIR/community/account_invoice_force_number/ 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 patch $OPTIONS < patches/20211216_account-invoice-force-number_post-instead-of-action.patch
} }