diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-10-05 15:48:44 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-10-05 15:48:44 +0200 |
commit | 7a5be3312ef978db822be9589a32e1893aae90e9 (patch) | |
tree | 61c5748bbf88c206f87791988cf17cffe3c24f27 /redhat/tdelibs/tdelibs-14.0.0.spec | |
parent | 8564e5cf3f321aecabb7eb8875ded531534c7277 (diff) | |
download | tde-packaging-7a5be3312ef978db822be9589a32e1893aae90e9.tar.gz tde-packaging-7a5be3312ef978db822be9589a32e1893aae90e9.zip |
RPM Packaging: update tdelibs
Diffstat (limited to 'redhat/tdelibs/tdelibs-14.0.0.spec')
-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 . |