From af4d157b1ceff5baba096eed10b7fc6113b81999 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Aug 12 2019 16:16:16 +0000 Subject: Revert "Copy bin." This reverts commit 68731d0cf7eabb8aa0668f52a44da393d4683c62. --- diff --git a/bzflag.spec b/bzflag.spec index 2f16bb2..511a1c3 100644 --- a/bzflag.spec +++ b/bzflag.spec @@ -112,10 +112,6 @@ EOF 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 -fi - %pre getent group bzflag >/dev/null || groupadd -r bzflag if getent passwd bzflag >/dev/null; then