Installing without root privileges in /usr/local

enclair <[email protected]> Tue, 6 Mar 2012 21:28:38 +0100
Newsgroups gmane.comp.gnu.stow.general
Message-ID <CAMp2XEXAUHS0AqAUJHeKUn_4QJXhQVQwDZENq8qERmJRhqvCcw@mail.gmail.com>
--f46d0442887e53079404ba98e3cb
Content-Type: text/plain; charset=ISO-8859-1

Hi,

I'd like to use stow this way, but I wonder if there are any drawbacks, or
if there is a better way:

/usr/local/stow belongs to a non-root user.
Then, to install a package I could do:

$ ./configure --prefix=/usr/local/stow/package
$ make
$ make install

And as root:
# cd /usr/local/stow
# stow package

What do you think?

--f46d0442887e53079404ba98e3cb
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Hi,<br><br>I&#39;d like to use stow this way, but I wonder if there are any=
 drawbacks, or if there is a better way:<br><br>/usr/local/stow belongs to =
a non-root user.<br>Then, to install a package I could do:<br><br>$ ./confi=
gure --prefix=3D/usr/local/stow/package<br>
$ make<br>$ make install<br><br>And as root:<br># cd /usr/local/stow<br># s=
tow package<br><br>What do you think?<br><br>

--f46d0442887e53079404ba98e3cb--