logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mkepmlist - make an epm list file from a directory.

Description

mkepmlist  recursively  generates  file  list entries for files, links, and directories. The file list is
       send to the standard output.

       The -g option overrides the group ownership of the files in the specified directories with the  specified
       group name.

       The  -u  option overrides the user ownership of the files in the specified directories with the specified
       user name.

       The --prefix option 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

Name

       mkepmlist - make an epm list file from a directory.

See Also

epm(1) - create software packages
       epminstall(1) - add a directory, file, or symlink to a list file
       epm.list(5) - epm list file format

Synopsis

mkepmlist [ -g group ] [ -u user ] [ --prefix directory ] directory [ ...  directory ]

See Also