summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2008-11-18 01:36:18 -0500
committerMicah Anderson <micah@riseup.net>2008-11-18 01:36:18 -0500
commit647a0fc70e28d641d914f183489d815d4feb7e2b (patch)
tree7b702228a47039f98d8499b670c3d2cde10b55bc /utils
parent909d963139377f573b4350745b60606d65214c17 (diff)
parentd8d26503748dc78a843ad35a2e12cdae277f1415 (diff)
Merge commit 'dkg/master'
Diffstat (limited to 'utils')
-rwxr-xr-xutils/build-releasenote2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/build-releasenote b/utils/build-releasenote
index 522917c..b25a87c 100755
--- a/utils/build-releasenote
+++ b/utils/build-releasenote
@@ -4,7 +4,7 @@ VERSION=`head -n1 packaging/debian/changelog | sed 's/.*(\([^)]*\)).*/\1/'`
{
sed "s/__VERSION__/$VERSION/g" < utils/releasenote.header
- head -n$(( $(grep -n '^ --' debian/changelog | head -n1 | cut -f1 -d:) - 2 )) debian/changelog | tail -n+3
+ head -n$(( $(grep -n '^ --' packaging/debian/changelog | head -n1 | cut -f1 -d:) - 2 )) packaging/debian/changelog | tail -n+3
sed "s/__VERSION__/$VERSION/g" < utils/releasenote.footer
} > "website/news/release-$VERSION.mdwn"