diff options
author | obache <obache> | 2014-05-16 03:09:14 +0000 |
---|---|---|
committer | obache <obache> | 2014-05-16 03:09:14 +0000 |
commit | 2ad2a19d9661325ca0530020da6f2e38b2e07526 (patch) | |
tree | f43db59d1ceaeff994f939615ec422003a71bd87 /doc/guide | |
parent | 1cccc9b680c3b9de5af67fd1f7a62cfbba3b57f2 (diff) | |
download | pkgsrc-2ad2a19d9661325ca0530020da6f2e38b2e07526.tar.gz |
"instal" and "package-install" target described here is early date behavior
at the time DESTDIR support was introduced.
It was changed and "stage-install" and "install" are equivalent behavior.
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/configuring.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guide/files/configuring.xml b/doc/guide/files/configuring.xml index 5197e6fdfea..81d766893e2 100644 --- a/doc/guide/files/configuring.xml +++ b/doc/guide/files/configuring.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: configuring.xml,v 1.42 2014/05/16 02:57:57 obache Exp $ --> +<!-- $NetBSD: configuring.xml,v 1.43 2014/05/16 03:09:14 obache Exp $ --> <chapter id="configuring"> <title>Configuring pkgsrc</title> @@ -168,7 +168,7 @@ uid=1000(myusername) gid=100(users) groups=100(users),0(wheel) should be needed <programlisting> -&uprompt; make install +&uprompt; make stage-install </programlisting> Create a package without root privileges @@ -181,7 +181,7 @@ uid=1000(myusername) gid=100(users) groups=100(users),0(wheel) privileges using &man.su.1; <programlisting> -&uprompt; make PACKAGES=$HOME/packages package-install +&uprompt; make PACKAGES=$HOME/packages install </programlisting> Then, as a simple user |