Adapt buildconf to conform to OpenPKG simplistic man path hierarchy.

Fri, 03 Aug 2012 15:43:37 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 03 Aug 2012 15:43:37 +0200
changeset 457
c5fbc773861c
parent 456
f243ce94972c
child 458
153370aaf13f

Adapt buildconf to conform to OpenPKG simplistic man path hierarchy.

sudo/sudo.spec file | annotate | diff | comparison | revisions
     1.1 --- a/sudo/sudo.spec	Fri Aug 03 15:42:27 2012 +0200
     1.2 +++ b/sudo/sudo.spec	Fri Aug 03 15:43:37 2012 +0200
     1.3 @@ -32,7 +32,7 @@
     1.4  Group:        ShellUtils
     1.5  License:      BSD
     1.6  Version:      1.8.5p2
     1.7 -Release:      20120531
     1.8 +Release:      20120800
     1.9  
    1.10  #   package options
    1.11  %option       with_fsl    yes
    1.12 @@ -89,6 +89,7 @@
    1.13  %prep
    1.14      %setup -q
    1.15      %{l_shtool} subst \
    1.16 +        -e 's;\(mansect[^0-9][^0-9]*1\)m;\1;g' \
    1.17          -e '/LINENO: error: C[+]* preprocessor/{N;N;N;N;s/.*/:/;}' \
    1.18          configure
    1.19      case "%{l_platform -t}" in

mercurial