There was an error while loading. Please reload this page.
The following code:
@$(INSTALL) modules/* $(INSTALL_ROOT)$(EXTENSION_DIR)
Resulted in this output:
cp: cannot stat 'modules/*': No such file or directory
But I expected this output instead:
# no output
PHP 8.5.0 (cli) (built: Nov 22 2025 07:37:53) (NTS) Copyright (c) The PHP Group Zend Engine v4.5.0, Copyright (c) Zend Technologies with Zend OPcache v8.5.0, Copyright (c), by Zend Technologies
Linux + Docker