summaryrefslogtreecommitdiff
path: root/utils/build-releasenote
diff options
context:
space:
mode:
authorMatt Goins <mjgoins@openflows.com>2008-11-16 11:18:38 -0500
committerMatt Goins <mjgoins@openflows.com>2008-11-16 11:18:38 -0500
commite7c994d6f67d380ed0de21f1500ec395eaab6640 (patch)
treee4c81a45e2dcfdd46409beab222d122751f5f6d7 /utils/build-releasenote
parent9aec501a27b51523165a05c4c4da0cc9251424e8 (diff)
parent5d9949335aeb1dec04f530cbb3dfcac24288706a (diff)
Merge commit 'dkg/master'
Diffstat (limited to 'utils/build-releasenote')
-rwxr-xr-xutils/build-releasenote2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/build-releasenote b/utils/build-releasenote
index f7561da..522917c 100755
--- a/utils/build-releasenote
+++ b/utils/build-releasenote
@@ -1,6 +1,6 @@
#!/bin/bash
-VERSION=`head -n1 debian/changelog | sed 's/.*(\([^)]*\)).*/\1/'`
+VERSION=`head -n1 packaging/debian/changelog | sed 's/.*(\([^)]*\)).*/\1/'`
{
sed "s/__VERSION__/$VERSION/g" < utils/releasenote.header