diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2012-01-03 20:14:27 -0600 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2012-01-03 20:14:27 -0600 |
commit | 930635e22d722a1ddaab20272cc485e5c47f27d9 (patch) | |
tree | bb17f1fc73c1cacf7493756245b81989f8c9f624 /sys/man/1/pkg | |
parent | ceec9eee284475019e366e45249928fed5a2ff37 (diff) |
pkg(1): put source files in /sys/src/pkg/
Diffstat (limited to 'sys/man/1/pkg')
-rw-r--r-- | sys/man/1/pkg | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/man/1/pkg b/sys/man/1/pkg index 8ffed75f2..0becf667e 100644 --- a/sys/man/1/pkg +++ b/sys/man/1/pkg @@ -43,7 +43,12 @@ repository. The source directory should be provided as a full path. .I Pkg/install Install the package .I name -from the current repository. +from the current repository, unpacking the executables in +.B /$cputype/bin/ +or +.B /rc/bin/ +and the source in +.B /sys/src/pkg/. .TP .I Pkg/list List packages available from the current repository. |