From 8ce4c47ae1ae03814b6f415dea94805887a60c5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Tue, 11 Nov 2014 22:24:30 +0100 Subject: RPM packaging: update tdenetwork --- redhat/main/tdenetwork/tdenetwork-14.0.0.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'redhat') 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 -- cgit v1.2.3