Commit Graph
8 Commits
Author SHA1 Message Date
Adrien Destugues 6262ccbbe8 Fix use of findpaths from inside chroot
The package kit needs to provide the package daemon with the node_ref of
the root directory, so the package daemon gives the correct results when
the request comes from inside a chroot.

Moreover, the package kit must be able to handle a root with a system
but no home package dir, as is the case inside the chroot environment
created by haikuporter.

Fixes #12602.
2016-08-20 07:57:52 +02:00
Ingo Weinhold 6cf0a86499 findpaths: Add missing --list long option 2014-04-20 09:44:00 +02:00
Ingo Weinhold 5760191f1f findpaths: Add option -R/--reverse
It causes the paths to be printed in reverse order.
2013-12-04 23:21:13 +01:00
Ingo Weinhold 7162730128 findpaths: Fix subpath support
Due to an incorrect a specified subpath would be ignored.
2013-12-04 23:21:13 +01:00
Ingo Weinhold 0122bbf08b findpaths: Add '-r' option
It allows finding a path for a resolvable expression.
2013-11-21 13:29:21 +01:00
Ingo Weinhold 22e92014f0 s/B_FIND_PATH_IMAGE_PACKAGE_PATH/B_FIND_PATH_PACKAGE_PATH/
It doesn't only work for image files, so make the name more general.
2013-11-19 02:05:35 +01:00
Ingo Weinhold 2c2f3ab4e1 findpaths: Add an -a <architecture> option 2013-11-17 02:09:36 +01:00
Ingo Weinhold 24394a9d11 Add findpaths command line tool
It provides the new find_path*() functionality to the shell.
2013-11-05 21:42:24 +01:00