Index: Makefile
===================================================================
--- Makefile (revision 99)
+++ Makefile (revision 100)
@@ -21,6 +21,7 @@
patches += $(CURDIR)/patches/hplip-3.23.3-no-upgrade.patch
patches += $(CURDIR)/patches/hplip-3.23.3-python3-shebang.patch
patches += $(CURDIR)/patches/hplip-3.23.3-remove-imageprocessor.patch
+patches += $(CURDIR)/patches/hplip-3.23.3-ui5-devmgr-ext.patch
.NOTPARALLEL: $(patches)
@@ -62,6 +63,7 @@
( cd create-3.23.3-no-upgrade-patch ; ./create.patch.sh ) ; \
( cd create-3.23.3-python3-shebang-patch ; ./create.patch.sh ) ; \
( cd create-3.23.3-remove-imageprocessor-patch ; ./create.patch.sh ) ; \
+ ( cd create-3.23.3-ui5-devmgr-ext-patch ; ./create.patch.sh ) ; \
echo -e "\n"
download_clean: