Cannot include sub directories and files in rpm package

Orcan Ogetbil oget.fedora at gmail.com
Thu Sep 10 07:21:54 UTC 2009


On Thu, Sep 10, 2009 at 3:17 AM, Orcan Ogetbil  wrote:

> I guess the line should be starting via
> install -d ShellScripts/mine/derot.txt ...
>

*sigh*. this should be:
install -p ShellScripts/mine/derot.txt ...

or even better:

install -pm 644 ShellScripts/mine/derot.txt ...

We want to make sure to have nice permissions on the installed files.

Sorry.
Orcan




More information about the devel mailing list