diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-10-30 17:27:10 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-10-30 17:27:10 -0400 |
commit | b57e121a2e1ec7a315c4ba456fafea8c6f9ed33a (patch) | |
tree | 3bdde57ff32851fd3d44895566b47899bbb932c4 /utils | |
parent | 846174da30ba5e96c6537a1a5c88666b3120177b (diff) |
make build-freebsd-distinfo match the changed location of the packaging.
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/build-freebsd-distinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/build-freebsd-distinfo b/utils/build-freebsd-distinfo index 5d4a2e8..a333ba7 100755 --- a/utils/build-freebsd-distinfo +++ b/utils/build-freebsd-distinfo @@ -6,6 +6,6 @@ VERSION=`head -n1 debian/changelog | sed 's/.*(\([^-]*\)-.*/\1/'` echo "MD5 (monkeysphere_${VERSION}.orig.tar.gz) =" $(md5sum "monkeysphere_${VERSION}.orig.tar.gz" | cut -f1 -d\ ) echo "SHA256 (monkeysphere_${VERSION}.orig.tar.gz) =" $(sha256sum "monkeysphere_${VERSION}.orig.tar.gz" | cut -f1 -d\ ) echo "SIZE (monkeysphere_${VERSION}.orig.tar.gz) =" $(stat -c %s "monkeysphere_${VERSION}.orig.tar.gz") -} > packaging/freebsd/distinfo +} > packaging/freebsd/security/monkeysphere/distinfo -sed -i~ 's/^PORTVERSION=.*$/PORTVERSION= '"${VERSION}"/ packaging/freebsd/Makefile +sed -i~ 's/^PORTVERSION=.*$/PORTVERSION= '"${VERSION}"/ packaging/freebsd/security/monkeysphere/Makefile |