From d2bfb9aaaf1582e371981097384662bafd0bc35c Mon Sep 17 00:00:00 2001 From: wangyidong Date: Sat, 14 Apr 2012 07:28:31 +0000 Subject: [PATCH] * fix a bug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5d6f7a9223..9f38cc5960 100644 --- a/Makefile +++ b/Makefile @@ -114,5 +114,5 @@ build4edu: svn export https://svn.cnezsoft.com/easysoft/trunk/zentaoext/edu cp -fr edu/* zentaopms/ # create the package. - zip -rm -9 ../ZenTaoPMS.$(VERSION).edu.zip zentaopms + zip -rm -9 ZenTaoPMS.$(VERSION).edu.zip zentaopms rm -fr edu