summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIvan Kohler <ivan-debian@420.am>2012-03-07 15:03:56 -0800
committerIvan Kohler <ivan-debian@420.am>2012-03-07 15:03:56 -0800
commitb7cb0504d5b4bf302745e9ac296410147000e007 (patch)
treedce3ca3b2669be585dba24ca578c6f0e344d5dc7 /Makefile
parent363ae922339b84964a9725e78ef55b9c7fb1441f (diff)
yes, i did mean TAB instead of 8 spaces
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 067bf36..bd87669 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 ..