haiku/src
Ingo Weinhold 90f9f1392b pkgman install: Add base package support
If any of the packages to install has requires a base package, that is
installed in a more general installation location, we copy the package
to the target installation location. Ideally we'd hard-link, but BFS
doesn't support that. Symlinks would be a small nightmare to maintain.

We might want to choose the installation location intelligently
depending on the base package requirement -- e.g. install curl_devel in
system rather than common, since curl is installed in system -- so we
can avoid duplicating packages.
2013-08-28 00:36:28 +02:00
..
add-ons packagefs: PackageFSRoot: fix variable redeclaration 2013-08-21 16:45:48 +02:00
apps Add webpositive package to image 2013-08-10 15:06:55 +02:00
bin pkgman install: Add base package support 2013-08-28 00:36:28 +02:00
build libsolv_build: add support for building on FreeBSD 2013-07-06 02:15:39 +02:00
data Add definitions for x86_64 repositories and package infos. 2013-08-27 23:30:23 +02:00
documentation Fixed typo. Fixes #8755 2012-07-30 13:12:02 +00:00
kits Add private storage kit class BCopyEngine 2013-08-28 00:36:28 +02:00
libs Support building more libraries for secondary architecture 2013-08-10 09:53:38 +02:00
preferences More work towards hybrid support 2013-08-01 08:54:06 +02:00
servers package daemon: Volume: fix package removal after transaction 2013-08-13 14:43:29 +02:00
system Fix build problem in glue code for x86_64. 2013-08-27 23:30:23 +02:00
tests More work towards hybrid support 2013-08-01 08:54:06 +02:00
tools More work towards hybrid support 2013-08-01 08:54:06 +02:00
Jamfile