Browse Source

fix man path

master
parent
commit
18c8a0d549
  1. 3
      check/check.spec

3
check/check.spec

@ -32,7 +32,7 @@ Class: EVAL
Group: Libraries
License: GPL/LGPL
Version: 0.9.12
Release: 20140121
Release: 20140415
# list of sources
Source0: http://switch.dl.sourceforge.net/check/check-%{version}.tar.gz
@ -66,6 +66,7 @@ PreReq: OpenPKG, openpkg >= 20100101
LDFLAGS="%{l_ldflags}" \
./configure \
--prefix=%{l_prefix} \
--mandir=%{l_prefix}/man \
--infodir=%{l_prefix}/info \
--disable-shared
%{l_make} %{l_mflags -O}

Loading…
Cancel
Save