diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-11-15 16:29:44 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-11-15 16:29:44 -0500 |
commit | 0d90d120ef7e53091ce536f1a63538e3c98fb132 (patch) | |
tree | 7bbcf6175419914ac6d30966607c31e576521c24 /utils/build-freebsd-distinfo | |
parent | 631af9518907f9c4945c3969aaa218eed2554f47 (diff) |
updating release notes for 0.21, updating build scripts.
Diffstat (limited to 'utils/build-freebsd-distinfo')
-rwxr-xr-x | utils/build-freebsd-distinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/build-freebsd-distinfo b/utils/build-freebsd-distinfo index a333ba7..53fcd69 100755 --- a/utils/build-freebsd-distinfo +++ b/utils/build-freebsd-distinfo @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=`head -n1 debian/changelog | sed 's/.*(\([^-]*\)-.*/\1/'` +VERSION=`head -n1 packaging/debian/changelog | sed 's/.*(\([^-]*\)-.*/\1/'` { echo "MD5 (monkeysphere_${VERSION}.orig.tar.gz) =" $(md5sum "monkeysphere_${VERSION}.orig.tar.gz" | cut -f1 -d\ ) |