Re: Trying to change installed files permissions during %post

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

 



On 1/22/07, Erez Zilber <erezz@xxxxxxxxxxxx> 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

_______________________________________________
Rpm-list mailing list
Rpm-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/rpm-list

[Index of Archives]     [RPM Ecosystem]     [Linux Kernel]     [Red Hat Install]     [PAM]     [Red Hat Watch]     [Red Hat Development]     [Red Hat]     [Gimp]     [Yosemite News]     [IETF Discussion]

  Powered by Linux