Move %define _prefix inside of %if/%endif

This commit is contained in:
Ralf Corsepius
2006-07-05 15:29:03 +00:00
parent b4c81f7ae5
commit 65e2634cda
+1 -1
View File
@@ -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