patched dist target (hubtools is a special case)

# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch master
# Changes to be committed:
#   (use "git reset HEAD^1 <file>..." to unstage)
#
#	modified:   Makefile
#
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#	hub-0+2011.8.11+17.58.00+b57fe925.tar.bz2
diff --git a/Makefile b/Makefile
index 4fbb528..76eca10 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ prefix = /usr/local
 PATH_BIN = $(prefix)/bin
 PATH_INSTALL_LIB = $(prefix)/lib/$(progname)
 
-PATH_DIST := $(progname)-$$(autoversion HEAD)
+PATH_DIST := hubtools-$$(autoversion HEAD)
 
 all: help
 
