From 174149e8b5f9d129b79ab7dd621a0e9eb2c64508 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 26 Mar 2019 23:34:34 +0100 Subject: RPM: Install call as axcall and listen as axlisten. This is already standard with distributions since several years so change the rpm spec file to follow. For the time being the default names when using the configure script will however stay unchanged. Signed-off-by: Ralf Baechle --- ax25-apps.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ax25-apps.spec.in b/ax25-apps.spec.in index 2c30535..33ad8a3 100644 --- a/ax25-apps.spec.in +++ b/ax25-apps.spec.in @@ -28,7 +28,7 @@ Net/ROM or ROSE network protocols: %setup -q -n %{name}-@VERSION@ %build -%configure +%configure --program-transform-name='s@^call$@ax&@;s@^listen$@ax&@' make %{?_smp_mflags} %install -- cgit v1.2.3