summaryrefslogtreecommitdiff
path: root/version_hook
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2010-08-03 17:14:53 +0300
committerTzafrir Cohen <tzafrir@cohens.org.il>2010-08-03 17:14:53 +0300
commit99c733fef96b6fbc920285a498a19ead9c539fce (patch)
tree1178dc4470f9e43b458b72ed16eee2d64c4f0217 /version_hook
parentb59f1eb4596a7e6668838515a3cb6e0714f4aaa6 (diff)
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?
Diffstat (limited to 'version_hook')
-rwxr-xr-xversion_hook2
1 files changed, 1 insertions, 1 deletions
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.