From e7194659e25f1d5f09b7b50b815015f0b5c0d676 Mon Sep 17 00:00:00 2001 From: bradymiller Date: Fri, 6 Mar 2009 00:44:32 +0000 Subject: [PATCH] bug fix for cvs packaging --- contrib/util/installScripts/cvsDemoInstall | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/contrib/util/installScripts/cvsDemoInstall b/contrib/util/installScripts/cvsDemoInstall index 7e83ec5fe..644b744cc 100644 --- a/contrib/util/installScripts/cvsDemoInstall +++ b/contrib/util/installScripts/cvsDemoInstall @@ -48,13 +48,16 @@ echo "Done configuring appliance" # This is basically to allow download of most recent cvs version from the cvs Demo appliance # It will also ease transfer/testing openemr on windows systems when using the Developer appliance echo "Creating OpenEMR CVS packages" -cd $CVS mkdir $WEB/files +cd $CVS tar -czf $WEB/files/openemr-CVS.tar.gz openemr -md5sum $WEB/files/openemr-CVS.tar.gz > $WEB/files/openemr-linux-MD5.txt -zip -r $WEB/files/openemr-CVS.zip openemr -md5sum $WEB/files/openemr-CVS.zip > $WEB/files/openemr-windows-MD5.txt -date > $WEB/files/date-CVS.txt +cd $WEB/files +md5sum openemr-CVS.tar.gz > openemr-linux-MD5.txt +cd $CVS +zip -rq $WEB/files/openemr-CVS.zip openemr +cd $WEB/files +md5sum openemr-CVS.zip > openemr-windows-MD5.txt +date > date-CVS.txt echo "Done creating OpenEMR CVS packages" #INSTALL AND CONFIGURE OPENEMR -- 2.11.4.GIT