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

Re: Trying to change installed files permissions during %post



On 1/22/07, Erez Zilber <erezz voltaire com> wrote:
Hi,

In my spec file, in the %post section, I'm trying to change the
permissions of some of the files that the rpm installs:

%post

chmod +x /sbin/my_file

However, after I install the binary rpm, /sbin/my_file is not
executable. Am I doing something wrong?

Thanks,

Hi,

You must set up the permissions on the %files section. Like this:

%files
%attr(0755,root,root) /sbin/my_file

Best regards.

--
Murilo Opsfelder Araújo
Linux User #391561
mopsfelder [saispam] gmail [ponto] com


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