"Fossies" - the Fresh Open Source Software Archive 
Member "epm-4.5.1/doc/mkepmlist.html" (18 Nov 2020, 2324 Bytes) of package /linux/privat/epm-4.5.1.tar.gz:
Caution: In this restricted "Fossies" environment the current HTML page may not be correctly presentated and may have some non-functional links.
You can here alternatively try to
browse the pure source code or just
view or
download the uninterpreted raw source code. If the rendering is insufficient you may try to find and view the page on the project site itself.
mkepmlist - make an epm list file from a directory.
mkepmlist
[
-g
group
] [
-u
user
] [
--prefix
directory
]
directory
[ ...
directory
]
mkepmlist(1)
recursively generates file list entries for files, links, and directories.
The file list is send to the standard output.
mkepmlist
supports the following options:
- -g group
- Overrides the group ownership of the files in the specified directories with the specified group name.
- -u user
- Overrides the user ownership of the files in the specified directories with the specified user name.
- --prefix directory
- Adds the specified directory to the destination path.
For example, if you installed files to "/opt/foo" and wanted to build a distribution that installed the files in "/usr/local", the following command would generate a file
list that is installed in "/usr/local":
mkepmlist --prefix=/usr/local /opt/foo >foo.list
epm(1),
epminstall(1),
epm.list(5).
Copyright © 1999-2020 by Michael R Sweet, All Rights Reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.