defaultdocdir should not have testdir prepended.
CVS patchset: 2684 CVS date: 1999/01/08 19:53:34
This commit is contained in:
parent
b7fde554e6
commit
b9370c8b18
|
@ -41,7 +41,7 @@
|
|||
%_buildos Linux
|
||||
%_bzip2bin @BZIP2BIN@
|
||||
%_dbpath %{_var}/lib/rpm
|
||||
%_defaultdocdir %{_usr}/doc
|
||||
%_defaultdocdir /usr/doc
|
||||
%_fixperms @FIXPERMS@
|
||||
%_gzipbin @GZIPBIN@
|
||||
%_rpmdir %{_topdir}/RPMS
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
home/devel/jbj/src/rpm/tests/usr/doc/hello-1.0
|
||||
home/devel/jbj/src/rpm/tests/usr/doc/hello-1.0/FAQ
|
||||
usr/doc/hello-1.0
|
||||
usr/doc/hello-1.0/FAQ
|
||||
usr/local/bin/hello
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
%_buildos Linux
|
||||
%_bzip2bin @BZIP2BIN@
|
||||
%_dbpath %{_var}/lib/rpm
|
||||
%_defaultdocdir %{_usr}/doc
|
||||
%_defaultdocdir /usr/doc
|
||||
%_fixperms @FIXPERMS@
|
||||
%_gzipbin @GZIPBIN@
|
||||
%_rpmdir %{_topdir}/RPMS
|
||||
|
|
|
@ -11,7 +11,7 @@ topdir: @testdir@@prefix@/src/redhat
|
|||
tmppath: @testdir@@tmpdir@
|
||||
gzipbin: @testdir@@GZIPBIN@
|
||||
bzip2bin: @testdir@@BZIP2BIN@
|
||||
defaultdocdir: @testdir@@prefix@/doc
|
||||
defaultdocdir: @prefix@/doc
|
||||
fixperms: a+rX,g-w,o-w
|
||||
rpmfilename: %{ARCH}/%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}.rpm
|
||||
instchangelog: 5
|
||||
|
|
Loading…
Reference in New Issue