Re: Cannot include sub directories and files in rpm package

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

-- 
fedora-devel-list mailing list
fedora-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-devel-list

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]
  Powered by Linux