diff options
Diffstat (limited to 'redhat/tdelibs')
-rw-r--r-- | redhat/tdelibs/tdelibs-14.0.0.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/redhat/tdelibs/tdelibs-14.0.0.spec b/redhat/tdelibs/tdelibs-14.0.0.spec index 2b7839a99..6109da527 100644 --- a/redhat/tdelibs/tdelibs-14.0.0.spec +++ b/redhat/tdelibs/tdelibs-14.0.0.spec @@ -630,9 +630,9 @@ fi %endif # Remove setuid bit on some binaries. -chmod -s "%{?buildroot}%{tde_bindir}/kgrantpty" -chmod -s "%{?buildroot}%{tde_bindir}/kpac_dhcp_helper" -chmod -s "%{?buildroot}%{tde_bindir}/start_tdeinit" +chmod 0755 "%{?buildroot}%{tde_bindir}/kgrantpty" +chmod 0755 "%{?buildroot}%{tde_bindir}/kpac_dhcp_helper" +chmod 0755 "%{?buildroot}%{tde_bindir}/start_tdeinit" # fileshareset 2.0 is provided separately. # Remove integrated fileshareset 1.0 . |