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:59:42
Branch: HEAD Handle: 2007100508594200
Modified files:
openpkg-src/sudo sudo.spec
Log:
fix paths to manual pages
Summary:
Revision Changes Path
1.101 +3 -1 openpkg-src/sudo/sudo.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sudo/sudo.spec
============================================================================
$ cvs diff -u -r1.100 -r1.101 sudo.spec
--- openpkg-src/sudo/sudo.spec 7 Sep 2007 08:18:18 -0000 1.100
+++ openpkg-src/sudo/sudo.spec 5 Oct 2007 07:59:42 -0000 1.101
@@ -33,7 +33,7 @@
Group: ShellUtils
License: BSD
Version: 1.6.9p5
-Release: 20070907
+Release: 20071005
# package options
%option with_fsl yes
@@ -121,6 +121,7 @@
true=`%{l_shtool} path true` \
./configure \
--prefix=%{l_prefix} \
+ --mandir=%{l_prefix}/man \
--sysconfdir=%{l_prefix}/etc/sudo \
--with-noexec=%{l_prefix}/libexec/sudo/sudo_noexec.so \
--with-logpath=%{l_prefix}/var/sudo/sudo.log \
@@ -169,6 +170,7 @@
Makefile
%{l_make} %{l_mflags} install \
prefix=$RPM_BUILD_ROOT%{l_prefix} \
+ mandir=$RPM_BUILD_ROOT%{l_prefix}/man \
noexecdir=$RPM_BUILD_ROOT%{l_prefix}/libexec/sudo \
sysconfdir=$RPM_BUILD_ROOT%{l_prefix}/etc/sudo
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]