[FIX] Strips a/b dirs from git patch
This commit is contained in:
parent
77bbd29faf
commit
706965a75d
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user