Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fw-control-center.git;a=commitdiff;h=1524e14cf989e18a276cf963d85741cd52bcefa2
commit 1524e14cf989e18a276cf963d85741cd52bcefa2 Author: Priyank <[EMAIL PROTECTED]> Date: Tue Sep 18 21:19:38 2007 +0530 gnetconfig-mcs-plugin: autogen.sh: remove autom4te.cache before making the tarball diff --git a/gnetconfig-mcs-plugin/autogen.sh b/gnetconfig-mcs-plugin/autogen.sh index b2904ea..fd43b13 100755 --- a/gnetconfig-mcs-plugin/autogen.sh +++ b/gnetconfig-mcs-plugin/autogen.sh @@ -46,6 +46,7 @@ if [ "$1" == "--dist" ]; then git log --no-merges |git name-rev --tags --stdin > gnetconfig-mcs-plugin-$ver/ChangeLog cd gnetconfig-mcs-plugin-$ver ./autogen.sh --git + rm -rf autom4te.cache cd .. tar czf gnetconfig-mcs-plugin-$ver.tar.gz gnetconfig-mcs-plugin-$ver rm -rf gnetconfig-mcs-plugin-$ver _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
