Danny Milosavljevic <dan...@scratchpost.org> writes: > DESTDIR is a feature which lets you install into a tempdir. The idea > is that you install it all there and then atomically replace the > ORIGINAL version at the non-DESTDIR location.
Oops, I meant DOCDIR! Sorry for the confusion! >> >> + (home-page "http://mcelog.org/") >> > Nit-pick: the trailing slash is unnecessary :) > > If you don't include the trailing slash it will require an additional > round-trip to the server in order to add it via a (302) redirect. That's a very good point, although all HTTP clients I've used add it automatically. But, explicit is better than implicit and all that. Now I'll have to start doing it too :) Thanks! Marius