[ADD] New patch to fix wrong dependency

This commit is contained in:
Jorge Enrique Gómez Gómez 2021-06-07 23:11:28 -05:00
parent eefe5366a9
commit 8d882d2bda

View File

@ -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