OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 05-Oct-2007 09:52:48 Branch: HEAD Handle: 2007100508524800 Modified files: openpkg-src/xterm xterm.spec Log: fix path to manual pages Summary: Revision Changes Path 1.136 +3 -2 openpkg-src/xterm/xterm.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/xterm/xterm.spec ============================================================================ $ cvs diff -u -r1.135 -r1.136 xterm.spec --- openpkg-src/xterm/xterm.spec 4 Sep 2007 07:31:06 -0000 1.135 +++ openpkg-src/xterm/xterm.spec 5 Oct 2007 07:52:48 -0000 1.136 @@ -38,7 +38,7 @@ Group: XWindow License: X11 Version: %{V_xterm} -Release: 20070904 +Release: 20071005 # list of sources Source0: ftp://invisible-island.net/xterm/xterm-%{V_xterm}.tgz @@ -124,7 +124,8 @@ CC="%{l_cc}" \ CFLAGS="%{l_cflags -O}" \ ./configure \ - --prefix=%{l_prefix} + --prefix=%{l_prefix} \ + --mandir=%{l_prefix}/man %{l_make} %{l_mflags -O} ) || exit $? @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org