Enable Composer before CustomBuild install

This commit is contained in:
Marek Miklewicz
2026-06-13 22:42:41 +02:00
parent fdfab822c8
commit 9e8b4aee67
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -471,6 +471,7 @@ echo '_dmarc="v=DMARC1;p=quarantine;pct=100;sp=none;fo=0:d:s;aspf=s;adkim=r;"' >
echo "Instalacja composera" echo "Instalacja composera"
cd $CBDIR cd $CBDIR
da build set composer yes
da build composer da build composer
cd $DAPOSTINSTALL_DIR cd $DAPOSTINSTALL_DIR
+1
View File
@@ -155,6 +155,7 @@ assert_file_not_contains "$ROOT_DIR/dapostinstall.sh" 'eximconf_release'
assert_file_not_contains "$ROOT_DIR/dapostinstall.sh" '\./build' assert_file_not_contains "$ROOT_DIR/dapostinstall.sh" '\./build'
assert_file_not_contains "$ROOT_DIR/dapostinstall.sh" '^[[:space:]]*\$CBDIR/build' assert_file_not_contains "$ROOT_DIR/dapostinstall.sh" '^[[:space:]]*\$CBDIR/build'
assert_file_not_contains "$ROOT_DIR/dapostinstall.sh" 'http_methods' assert_file_not_contains "$ROOT_DIR/dapostinstall.sh" 'http_methods'
assert_file_contains "$ROOT_DIR/dapostinstall.sh" 'da build set composer yes'
assert_file_contains "$ROOT_DIR/dapostinstall.sh" 'da build set eximconf yes' assert_file_contains "$ROOT_DIR/dapostinstall.sh" 'da build set eximconf yes'
assert_file_contains "$ROOT_DIR/dapostinstall.sh" 'da build exim_conf' assert_file_contains "$ROOT_DIR/dapostinstall.sh" 'da build exim_conf'
assert_file_contains "$ROOT_DIR/dapostinstall.sh" 'build_php_extension "\$ioncube" "php_ioncube"' assert_file_contains "$ROOT_DIR/dapostinstall.sh" 'build_php_extension "\$ioncube" "php_ioncube"'