summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2019-03-26 23:34:34 +0100
committerRalf Baechle <ralf@linux-mips.org>2019-03-26 23:34:34 +0100
commit174149e8b5f9d129b79ab7dd621a0e9eb2c64508 (patch)
treeef3bd43d42ab83a78cae8c4f33302ae7f2e602b2
parent4ab139c32e307bc3f45dec815f0826766b62239b (diff)
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 <ralf@linux-mips.org>
-rw-r--r--ax25-apps.spec.in2
1 files changed, 1 insertions, 1 deletions
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