Updated packaging rules for mtn vice monotone. - 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 d83453ae77a122ee32d410edd113b6915252e9df
 (DIR) parent 8a5fc89c6e6ff2565b9fefde67c6c2ea87bcf2d7
 (HTM) Author: geoff <devnull@localhost>
       Date:   Sun, 10 Sep 2006 14:55:44 +0000
       
       Updated packaging rules for mtn vice monotone.
       
       Diffstat:
         M Makefile                            |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       @@ -77,9 +77,9 @@ tar: VERSION=$(shell grep 'USMB_VERSION[^_]' version.h | sed 's/.*0x//')
        tar: STAGING=/tmp/usmb-$(VERSION)
        tar:
                mkdir $(STAGING)
       -        monotone log > $(STAGING)/Changelog
       +        mtn log > $(STAGING)/Changelog
                cp -a $(PWD)/* $(STAGING)/
       -        rm -rf $(STAGING)/MT $(STAGING)/.mt-attrs
       +        rm -rf $(STAGING)/_MTN
                (cd $(STAGING)/..; \
                 make -C $(STAGING) distclean ; \
                 tar jcf $(PWD)/usmb-$(VERSION).tar.bz2 usmb-$(VERSION) ; \