Use %{_usr} not %{_prefix} for %_defaultdocdir path.
CVS patchset: 3791 CVS date: 2000/06/01 13:43:05
This commit is contained in:
parent
a12bee781a
commit
bd18564430
|
@ -8,9 +8,9 @@ MACROS="${2:-macros}"
|
|||
PLATFORM="${3:-platform}"
|
||||
|
||||
if grep /share/ $PLATFORM > /dev/null 2>&1 ; then
|
||||
DEFAULTDOCDIR='%{_prefix}/share/doc'
|
||||
DEFAULTDOCDIR='%{_usr}/share/doc'
|
||||
else
|
||||
DEFAULTDOCDIR='%{_prefix}/doc'
|
||||
DEFAULTDOCDIR='%{_usr}/doc'
|
||||
fi
|
||||
|
||||
TEMPRC="/tmp/rpmrc.$$"
|
||||
|
|
Loading…
Reference in New Issue