diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-05 22:07:43 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-05 22:07:43 +0200 |
commit | 84a6de896288a144630cef5d610e357d33eea290 (patch) | |
tree | 8b3f89fe66e5c58b6254a81bef17ae7d249a418d | |
parent | 5174d08a34755ced72f2daae2b563ac3f3fbc17b (diff) |
Updated pkg(7)
-rw-r--r-- | man/7/pkg | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -18,16 +18,11 @@ basically anything you can think of - you can even store movies in them. (Of course that would be completely braindead, but hey - you could, if you wanted to) -Currently, pkg should be considered early-beta software. It already works quite -well and does not have many known bugs, however some concepts are really stupid -and are subject to change. Be warned that backwards compatibility can NOT be -guaranteed, though I will do my best. - =head1 THE BASICS pkg requires two directories in you home directory. B<~/bin> contains symlinks to the executables shipped with your packages, and $PKG_DIR -(B<~/packages> by default, but *theoretically* configurable) contains the +(B<~/packages> by default) contains the packages themselves. B<~/bin> may also contain normal executables; pkg will not overwrite existing files. |