From 18b4d7e64a543774596cb2cd8d4617a5c18b977b Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sun, 18 Feb 2018 20:12:37 +0100 Subject: [PATCH] prefix should even be empty --- c-icap.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c-icap.spec b/c-icap.spec index 6ca668d..d081ecc 100644 --- a/c-icap.spec +++ b/c-icap.spec @@ -81,7 +81,7 @@ The %{name}-progs package contains several commandline tools for %{name}. %configure \ CFLAGS="${RPM_OPT_FLAGS} -fno-strict-aliasing" \ --sysconfdir=%{_sysconfdir}/%{name} \ - --prefix=/ \ + --prefix='' \ --with-perl \ --with-zlib \ --with-bdb \