Age | Commit message (Collapse) | Author |
|
Be freindlier to the user by clearly communicating and refusing to
install packages we do not know how to install.
Add an environment variable allowing users to opt out and silently
ignore errors if they so choose.
|
|
Add missing return statement so the package 'install' directory is not
installed on the target filesystem.
|
|
|
|
Avoid unarchiving the package's '/install' directory. Required files from
the directory are installed already into the system's package database.
|
|
Use a temporary randomly named directory named like 'installpkg-2052825695'
for the package's metadata in its '/install' directory. It will help allow
running multiple instances on the same target root directory by removing
a point of conflict.
Attempt to place this directory in the host's default temporary directory. If
it does not exist, use the host's root path.
|
|
|
|
Create the 'packages','scripts','setup' symlinks in /var/log instead of the
/var/log/pkgtools
|
|
Avoid modifying and removing the /install directory if it already exists
on the system by exiting early.
|
|
|