From cd101d1ce8325d29208d095700e4e6047cb372e2 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Sat, 10 Aug 2019 09:16:25 +1000 Subject: [PATCH] There is no __touch, use touch. --- xrdp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xrdp.spec b/xrdp.spec index 941b9b0..0318862 100644 --- a/xrdp.spec +++ b/xrdp.spec @@ -168,7 +168,7 @@ fi %posttrans if [ ! -s %{_sysconfdir}/xrdp/rsakeys.ini ]; then - (umask 377; %{__touch} %{_sysconfdir}/xrdp/rsakeys.ini; %{_bindir}/xrdp-keygen xrdp %{_sysconfdir}/xrdp/rsakeys.ini &>/dev/null) + (umask 377; touch %{_sysconfdir}/xrdp/rsakeys.ini; %{_bindir}/xrdp-keygen xrdp %{_sysconfdir}/xrdp/rsakeys.ini &>/dev/null) fi if [ ! -s %{_sysconfdir}/xrdp/cert.pem ]; then