Fix tarball filename for non-snapshot tarballs. - susmb - mounting of SMB/CIFS shares via FUSE
 (HTM) git clone git://git.codemadness.org/susmb
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 7d219c2e2d4c6db856919753d608018622987275
 (DIR) parent cba62904ecec37582236e6a51e527710c5b7b507
 (HTM) Author: Michal Suchanek <hramrach@centrum.cz>
       Date:   Sun, 20 Jun 2010 12:10:45 +0100
       
       Fix tarball filename for non-snapshot tarballs.
       
       Diffstat:
         M Makefile.in                         |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile.in b/Makefile.in
       @@ -79,7 +79,7 @@ dist: tar
        
        PACKAGE = @PACKAGE_NAME@
        ifeq ($(SNAPSHOT),)
       -  VERSION = $(shell grep 'USMB_VERSION[^_]' version.h | sed 's/.*0x//')
       +  VERSION = @PACKAGE_VERSION@
          ARCHIVE = $(VERSION)
        else
          ARCHIVE = $(shell git show $(SNAPSHOT) '--pretty=format:%h' | head -n1 )