diff options
Diffstat (limited to 'debian/create-standalone-changelog')
-rwxr-xr-x | debian/create-standalone-changelog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/create-standalone-changelog b/debian/create-standalone-changelog index 40b0c6964..d972f4e30 100755 --- a/debian/create-standalone-changelog +++ b/debian/create-standalone-changelog @@ -9,7 +9,7 @@ umask 022 # This is the same method that the configure script uses when git-annex is # built from git master. -ANNEX_VERSION=$(runghc Build/Version.hs) +ANNEX_VERSION=$(runghc Build/BuildVersion.hs) ANNEX_NDVERSION=$( echo ${ANNEX_VERSION} | sed -e 's,-,+git,' -e 's,$,-1~ndall+1,') |