X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=bd87669811798860f0781b470cff8d52187851bf;hb=440a4fe4f826a59a660d744889b24eb751da675b;hp=067bf361e207f86af1fab53b37799da0deddb59a;hpb=363ae922339b84964a9725e78ef55b9c7fb1441f;p=freeside.git diff --git a/Makefile b/Makefile index 067bf361e..bd8766981 100644 --- a/Makefile +++ b/Makefile @@ -429,7 +429,7 @@ release: git tag ${TAG} #cd /home/ivan - git archive ${TAG} | gzip -9 >freeside-${VERSION}.tar.gz + git archive ${TAG} | gzip -9 >freeside-${VERSION}.tar.gz scp freeside-${VERSION}.tar.gz ivan@420.am:/var/www/www.sisd.com/freeside/ mv freeside-${VERSION} freeside-${VERSION}.tar.gz ..