Introduction
Introduction Statistics Contact Development Disclaimer Help
Updated packaging rules for mtn vice monotone. - susmb - mounting of SMB/CIFS s…
git clone git://git.codemadness.org/susmb
Log
Files
Refs
README
LICENSE
---
commit d83453ae77a122ee32d410edd113b6915252e9df
parent 8a5fc89c6e6ff2565b9fefde67c6c2ea87bcf2d7
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(-)
---
diff --git a/Makefile b/Makefile
@@ -77,9 +77,9 @@ tar: VERSION=$(shell grep 'USMB_VERSION[^_]' version.h | sed …
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) ; \
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.