Fix makefile /lang issue

This commit is contained in:
Cooper Dalrymple
2025-08-01 10:51:45 -05:00
parent 430b3a5731
commit 9a758ba545

View File

@@ -16,7 +16,7 @@ copy:
cp -RT ./acf-json ./$(PACKAGE)/acf-json cp -RT ./acf-json ./$(PACKAGE)/acf-json
cp -RT ./data ./$(PACKAGE)/data cp -RT ./data ./$(PACKAGE)/data
cp -RT ./includes ./$(PACKAGE)/includes cp -RT ./includes ./$(PACKAGE)/includes
cp -RT ./lang ./$(PACKAGE)/lang cp -RT ./lang ./$(PACKAGE)/lang || true
cp -RT ./lib ./$(PACKAGE)/lib cp -RT ./lib ./$(PACKAGE)/lib
cp -RT ./vendor ./$(PACKAGE)/vendor cp -RT ./vendor ./$(PACKAGE)/vendor
cp -f ./* ./$(PACKAGE) || true cp -f ./* ./$(PACKAGE) || true