[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 2e33262fc7e69f64217d35316e0b45955e1838d6
Ivan
ivan at 420.am
Thu Mar 15 13:59:34 PDT 2012
The branch, FREESIDE_2_3_BRANCH has been updated
via 2e33262fc7e69f64217d35316e0b45955e1838d6 (commit)
from 82b54be0ad27d27a1d076d46f44776b413be9d75 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2e33262fc7e69f64217d35316e0b45955e1838d6
Author: Ivan Kohler <ivan-debian at 420.am>
Date: Thu Mar 15 13:59:34 2012 -0700
fix make release target
diff --git a/Makefile b/Makefile
index e972b14..060034b 100644
--- a/Makefile
+++ b/Makefile
@@ -429,7 +429,7 @@ release:
git tag -f ${TAG}
#cd /home/ivan
- git archive ${TAG} | gzip -9 >freeside-${VERSION}.tar.gz
+ git archive --prefix=freeside-${VERSION}/ ${TAG} | gzip -9 >freeside-${VERSION}.tar.gz
scp freeside-${VERSION}.tar.gz ivan at 420.am:/var/www/www.sisd.com/freeside/
mv freeside-${VERSION}.tar.gz ..
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list