From d18e4d39dcb9525e912dcd60f216d6bebb6aad4c Mon Sep 17 00:00:00 2001 From: Dag Date: Tue, 19 Apr 2022 00:28:55 +0200 Subject: [PATCH] fix --- contrib/build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/contrib/build b/contrib/build index c873e17..a1bd8ab 100755 --- a/contrib/build +++ b/contrib/build @@ -7,11 +7,9 @@ repo="${2:-./}" workspace=$(mktemp -d) git clone "$repo" "$workspace" -# remove the empty var dir -#rm -rf "$workspace/var" - # copy over the prod config cp -v "./config/config.prod.php" "$workspace/config/config.php" +# copy over assets cp -v ./var/*.php "$workspace/var/" # lint -- 2.38.5