From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: Re: [PATCH] gnu: Add mcelog. Date: Wed, 14 Sep 2016 16:32:10 +0100 Message-ID: <87r38mbipx.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> References: <1473859239-8101-1-git-send-email-me@tobias.gr> <8737l2d282.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> <87vaxybjac.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> <20160914172755.16c701e8@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53232) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkCAm-0001lP-1u for guix-devel@gnu.org; Wed, 14 Sep 2016 11:32:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bkCAh-0001pf-IT for guix-devel@gnu.org; Wed, 14 Sep 2016 11:32:27 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:60551) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkCAf-0001o1-9g for guix-devel@gnu.org; Wed, 14 Sep 2016 11:32:23 -0400 In-Reply-To: <20160914172755.16c701e8@scratchpost.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Danny Milosavljevic Cc: guix-devel@gnu.org Danny Milosavljevic 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