From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Heerdegen Newsgroups: gmane.emacs.help Subject: Re: sudo make install Date: Tue, 14 Apr 2015 22:15:28 +0200 Message-ID: <87lhhuwjof.fsf@web.de> References: <87pp76wl1e.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1429042565 6203 80.91.229.3 (14 Apr 2015 20:16:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 14 Apr 2015 20:16:05 +0000 (UTC) Cc: Emacs mailing list To: Milan =?utf-8?Q?Stanojevi=C4=87?= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 14 22:15:50 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Yi7FN-0006j1-M8 for geh-help-gnu-emacs@m.gmane.org; Tue, 14 Apr 2015 22:15:49 +0200 Original-Received: from localhost ([::1]:57823 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yi7FN-0002Bp-2p for geh-help-gnu-emacs@m.gmane.org; Tue, 14 Apr 2015 16:15:49 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38993) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yi7F9-0002Bk-4n for help-gnu-emacs@gnu.org; Tue, 14 Apr 2015 16:15:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yi7F5-0006Qt-PU for help-gnu-emacs@gnu.org; Tue, 14 Apr 2015 16:15:34 -0400 Original-Received: from mout.web.de ([212.227.17.12]:50747) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yi7F5-0006Ql-AX for help-gnu-emacs@gnu.org; Tue, 14 Apr 2015 16:15:31 -0400 Original-Received: from drachen.dragon ([94.216.143.253]) by smtp.web.de (mrweb101) with ESMTPSA (Nemesis) id 0LuM1L-1ZPJrR0CRj-011mvs; Tue, 14 Apr 2015 22:15:30 +0200 In-Reply-To: ("Milan \=\?utf-8\?Q\?Stanojevi\=C4\=87\=22's\?\= message of "Tue, 14 Apr 2015 15:56:14 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-Provags-ID: V03:K0:K6HFxzGZv74Uc8EvTJm1JSutc2MpUYi+/ab7Qh/SjSaG/JNPLJr 8a/PSJSnHArbYzIu9sHOLlXxiT+SlQrElzl0Hv35PAyeQXR2TYcjEOfIq7xnyPopF9osqXh WNAxXE8WnwFoFUCPJZTFvoTC7mSX6EEKmcEsLIuWEGv9+FFQmNL5gluhcuOjRvaAlmvm2xd JLnmLQR+hbGBUskZtyFEg== X-UI-Out-Filterresults: notjunk:1; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.17.12 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:103725 Archived-At: Milan Stanojevi=C4=87 writes: > Just use a different prefix that doesn't require root. > ./configure --prefix=3Dsome-local-dir > make > make install This is not good in my case. I really want to install globally (for other users), but apart from that, I need to work with the repo clone as a normal user most of the time.