Re: New BETA RC 1 Version Of Mtn-Browse
Richard Levitte <[email protected]>
| Newsgroups | gmane.comp.version-control.monotone.devel |
|---|---|
| Message-ID | <[email protected]> |
There's an error in Makefile.PL that gets make, patch (based on the current head) attached. Also, is there a reason mtn-browse-sv2 isn't added in net.venge.monotone.contrib.mtn-browse? Cheers, Richard -- Richard Levitte [email protected] http://richard.levitte.org/ "Life is a tremendous celebration - and I'm invited!" -- from a friend's blog, translated from Swedish _______________________________________________ Monotone-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/monotone-devel
Makefile.PL.diff
(text/x-patch, 583 B)
# # old_revision [bd62560422d14b69ff2dbb787e3adae9aae17267] # # patch "Makefile.PL" # from [798ef04e8f3f67df44bab4b5b8c34964ad483db9] # to [90cd1609df19dbbc582a6e135118d51712c62b6d] # ============================================================ --- Makefile.PL 798ef04e8f3f67df44bab4b5b8c34964ad483db9 +++ Makefile.PL 90cd1609df19dbbc582a6e135118d51712c62b6d @@ -70,10 +70,10 @@ all: \$(INSTALLER) INSTALLER=./linux-installer all: \$(INSTALLER) - \@echo "Ok." +\t\@echo "Ok." test: \$(INSTALLER) - \@echo "Ok." +\t\@echo "Ok." install: \$(INSTALLER) EOF