From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33118) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dDTF0-0003XQ-Uz for guix-patches@gnu.org; Wed, 24 May 2017 06:10:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dDTEw-0006xj-BM for guix-patches@gnu.org; Wed, 24 May 2017 06:10:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:32849) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dDTEv-0006xX-VR for guix-patches@gnu.org; Wed, 24 May 2017 06:10:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dDTEv-0002JJ-Jb for guix-patches@gnu.org; Wed, 24 May 2017 06:10:01 -0400 Subject: bug#27049: Acknowledgement ([PATCH] gnu: Add mathjax.) Resent-Message-ID: Message-Id: MIME-Version: 1.0 From: Arun Isaac Date: Wed, 24 May 2017 15:39:44 +0530 In-reply-to: References: <15cc163d.ADsAAWz_hBsAAAAAAAAAAAOtUOAAAAACwQwAAAAAAAW9WABZJK0O@mailjet.com> Content-Type: text/plain Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 27049@debbugs.gnu.org > + (let ((install-dir (string-append %output "/share/webapps/mathj= ax")) I don't know if this is the correct path to install mathjax to. Do we have any conventions/standards for this? Should I just put it in /share/mathjax ? =