-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
pkglite follows a simple rule when unpacking packages:
- It will create directory(s) under the output directory named after the parsed package name(s) from each
DESCRIPTIONfile of the package(s), and put the content of each package under them. - This design implies that the simplest way to avoid unnecessary confusions is to keep package names and folder names an identical mapping.
- Users can adjust the directory names and hierarchy in userland easily, but that would belong to individual business logic.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation