summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan-debian@420.am>2012-03-07 15:03:58 -0800
committerIvan Kohler <ivan-debian@420.am>2012-03-07 15:03:58 -0800
commit9447c8caea95ea4d8e595e0ab3624ba09cae3f0e (patch)
tree6569eaa8f2ffb0f093ecf8f7b5abf1ac08969ce3
parentacd1c5f40884ae9a22ce7db937bffcd572d683d3 (diff)
yes, i did mean TAB instead of 8 spaces
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8c9a9aed0..856e315dc 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 ..