From 65e2634cda55b82dbcf0d7ffda3e991084d4a36c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 5 Jul 2006 15:29:03 +0000 Subject: Move %define _prefix inside of %if/%endif --- contrib/crossrpms/common/common.add | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/crossrpms/common') diff --git a/contrib/crossrpms/common/common.add b/contrib/crossrpms/common/common.add index 5dbe53fcdc..492fc88f40 100644 --- a/contrib/crossrpms/common/common.add +++ b/contrib/crossrpms/common/common.add @@ -4,8 +4,8 @@ # or mailto:rtems-bugs@rtems.com # -%define _prefix @_prefix@ %if "%{_prefix}" != "/usr" +%define _prefix @_prefix@ %define _infodir %{_prefix}/info %define _mandir %{_prefix}/man %endif -- cgit v1.2.3