[ADD] New patch to fix wrong dependency
This commit is contained in:
parent
eefe5366a9
commit
8d882d2bda
@ -27,3 +27,13 @@ DEST=$DESTDIR/core/addons/auth_oauth/
|
||||
OPTIONS="--directory=$DEST --strip=1"
|
||||
|
||||
patch $OPTIONS < patches/20210603_auth-oauth_redirect-to-root.patch
|
||||
|
||||
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
|
||||
echo " Patch vendor modules"
|
||||
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
|
||||
|
||||
DEST=$DESTDIR/vendor/electronic_invoice_dian/
|
||||
OPTIONS="--directory=$DEST --strip=1"
|
||||
|
||||
patch $OPTIONS < patches/20210607_electronic-invoice-dian_remove-enterprise-module.patch
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user