浏览代码

fix manpage location

Ralf S. Engelschall 14 年之前
父节点
当前提交
8de2c1a553
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      milter-sa/milter-sa.spec

+ 3 - 2
milter-sa/milter-sa.spec

@@ -32,7 +32,7 @@ Class:        EVAL
 Group:        Mail
 License:      GPL
 Version:      0.3.2
-Release:      20110215
+Release:      20110924
 
 #   package options
 %option       with_fsl  yes
@@ -78,7 +78,8 @@ PreReq:       fsl
     LDFLAGS="%{l_ldflags} %{l_fsl_ldflags}" \
     LIBS="%{l_fsl_libs}" \
     ./configure \
-        --prefix=%{l_prefix}
+        --prefix=%{l_prefix} \
+        --mandir=%{l_prefix}/man
 
     #   build program
     %{l_make} %{l_mflags -O}