diff options
Diffstat (limited to 'autogen-pkg.sh')
-rw-r--r-- | autogen-pkg.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen-pkg.sh b/autogen-pkg.sh index 0162d71..94207f9 100644 --- a/autogen-pkg.sh +++ b/autogen-pkg.sh @@ -138,7 +138,7 @@ autogen_pkg() # versioning get_version $packages if bzr whoami | grep -qv "$release_manager"; then - version="$version+$source"; + version="$version+unofficial"; fi echo "+ configuring tree as $package, version $version" |