From e51148384cf99017c0d5e1fd1fbeff0c13017e15 Mon Sep 17 00:00:00 2001 From: liwenrui Date: Tue, 14 May 2024 13:45:13 +0800 Subject: [PATCH] * remove extension/xuanxuan on package. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f75ba26719..0db24a3fa7 100644 --- a/Makefile +++ b/Makefile @@ -202,6 +202,7 @@ package: mkdir zentaopms/misc; cp misc/cn2tw.php zentaopms/misc; cd zentaopms/misc; php cn2tw.php #rm -r zentaopms/module/misc/ext rm -rf zentaopms/misc + rm -rf extension/xuanxuan find zentaopms/module -type d -name 'test' -maxdepth 2 -exec rm -rf {} + pms: make common