tell version.sh that it lives in macosx/ now.

This commit is contained in:
Charles Kerr 2007-10-25 20:30:20 +00:00
parent b286397338
commit 1f486d8c97
1 changed files with 2 additions and 2 deletions

View File

@ -33,12 +33,12 @@ replace_if_differs ()
}
# Generate version.mk
cat > mk/version.mk.new << EOF
cat > macosx/version.mk.new << EOF
VERSION_REVISION = "$SVN_REVISION"
VERSION_STRING = "$USERAGENT_PREFIX ($SVN_REVISION)"
STABLE_RELEASE = "$STABLE_RELEASE"
EOF
replace_if_differs mk/version.mk.new mk/version.mk
replace_if_differs macosx/version.mk.new macosx/version.mk
# Generate version.h
cat > libtransmission/version.h.new << EOF