summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/common
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-07-05 15:29:03 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-07-05 15:29:03 +0000
commit65e2634cda55b82dbcf0d7ffda3e991084d4a36c (patch)
tree9ec921ff4528efe9b7b6b64c444885ccead480f8 /contrib/crossrpms/common
parentSync. (diff)
downloadrtems-65e2634cda55b82dbcf0d7ffda3e991084d4a36c.tar.bz2
Move %define _prefix inside of %if/%endif
Diffstat (limited to 'contrib/crossrpms/common')
-rw-r--r--contrib/crossrpms/common/common.add2
1 files changed, 1 insertions, 1 deletions
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