From dc358e0528f5d87ff4693e465c7294d7acc072d1 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Aug 12 2019 15:11:53 +0000 Subject: From the build dir. --- diff --git a/bzflag.spec b/bzflag.spec index 2f16bb2..0474b41 100644 --- a/bzflag.spec +++ b/bzflag.spec @@ -113,7 +113,7 @@ install -Dp -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/bzflag install -Dp -m 0644 %{SOURCE3} %{buildroot}%{_unitdir}/bzflag.service if [ "%{_prefix}" != "/usr" ]; then - cp %{buildroot}/usr/bin/bzflag %{buildroot}%{_bindir}/bzflag + cp src/bzflag/bzflag %{buildroot}%{_bindir}/bzflag fi %pre