From d3b10d2251f219ca58abbafdde8a6869fe032210 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sun, 18 Feb 2018 20:06:47 +0100 Subject: [PATCH] Set prefix to root --- c-icap.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/c-icap.spec b/c-icap.spec index 0d8d435..6ca668d 100644 --- a/c-icap.spec +++ b/c-icap.spec @@ -81,6 +81,7 @@ The %{name}-progs package contains several commandline tools for %{name}. %configure \ CFLAGS="${RPM_OPT_FLAGS} -fno-strict-aliasing" \ --sysconfdir=%{_sysconfdir}/%{name} \ + --prefix=/ \ --with-perl \ --with-zlib \ --with-bdb \