diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-11-11 22:24:30 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-11-11 22:24:30 +0100 |
commit | 8ce4c47ae1ae03814b6f415dea94805887a60c5c (patch) | |
tree | 283f623af9f941a23fe3859f340bc9891060f2cf /redhat/main | |
parent | 59649c4d445a47dfde1388bc2b9ede9fdc284461 (diff) | |
download | tde-packaging-8ce4c47ae1ae03814b6f415dea94805887a60c5c.tar.gz tde-packaging-8ce4c47ae1ae03814b6f415dea94805887a60c5c.zip |
RPM packaging: update tdenetwork
Diffstat (limited to 'redhat/main')
-rw-r--r-- | redhat/main/tdenetwork/tdenetwork-14.0.0.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/redhat/main/tdenetwork/tdenetwork-14.0.0.spec b/redhat/main/tdenetwork/tdenetwork-14.0.0.spec index 22933e564..5a12bae2e 100644 --- a/redhat/main/tdenetwork/tdenetwork-14.0.0.spec +++ b/redhat/main/tdenetwork/tdenetwork-14.0.0.spec @@ -1296,7 +1296,9 @@ EOF %endif # Remove setuid bit on some binaries. -chmod 0755 "%{?buildroot}%{tde_bindir}/kppp" +if [ -r "%{?buildroot}%{tde_bindir}/kppp" ]; then + chmod 0755 "%{?buildroot}%{tde_bindir}/kppp" +fi # ktalk %__install -p -m 0644 -D %{SOURCE2} %{buildroot}%{_sysconfdir}/xinetd.d/ktalk |