From 99c733fef96b6fbc920285a498a19ead9c539fce Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Tue, 3 Aug 2010 17:14:53 +0300 Subject: version_hack: fix PROJ_PAT; ignore .version * A typo prevented PROJ_PAT from working for libpri and asterisk * Also ignore the generated .version on dahdi-tools and asterisk. * What about libpri? --- version_hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version_hook') diff --git a/version_hook b/version_hook index e3a813a..f7bc4d3 100755 --- a/version_hook +++ b/version_hook @@ -6,7 +6,7 @@ # Originally by Shaun Ruffel # FIXME: Nicer formatting. Preprocess? -PROJ_PAT="\(dahdi/linux\|dahdi/tools\|asterisk\/libpri\)" +PROJ_PAT="\(dahdi/linux\|dahdi/tools\|asterisk\|libpri\)" # Do not update the .version file if it's part of the repository # This normally means we're on a tags/ branch. -- cgit v1.2.3