AttachProgram
From GoboLinux Knowledge Base
Contents |
[edit] Overview
Create a link in /Programs to $goboInstall or <src_tree>.
[edit] Usage
AttachProgram <program> [<version>] [<src_tree>]
[edit] Options
- -h, --help - Show this help.
- --version - Show program version.
- -v, --verbose - Enable verbose mode.
- -b, --batch - Batch mode.
- -f, --force - Force. Reattach even if installed.
- -r, --rootfs - Move to RootFS.
- -D, --no-dependencies - Do not try to fulfill dependencies.
[edit] Notes
This script creates a program entry in /Programs with a version symlink to the <src_tree> directory. After it is tied into /Programs, SymlinkProgram is executed. If <destdir> is omitted the environment variable $goboInstall is used.
[edit] Examples
AttachProgram GCC 2.95.3 /Network/Programs


