浏览代码

oops, missed one dir

Christoph Schug 18 年之前
父节点
当前提交
00a6a4de1e
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      grep/grep.spec
  2. 1 1
      jabberd/jabberd.spec

+ 1 - 1
grep/grep.spec

@@ -74,7 +74,7 @@ AutoReqProv:  no
     INTLBISON="true" \
     %{l_bash} ./configure \
         --infodir=%{l_prefix}/info \
-        --mandir=%{l_prefix} \
+        --mandir=%{l_prefix}/man \
         --cache-file=./config.cache \
         --prefix=%{l_prefix} \
         --with-included-gettext \

+ 1 - 1
jabberd/jabberd.spec

@@ -120,7 +120,7 @@ AutoReqProv:  no
     ./configure \
         --prefix=%{l_prefix} \
         --sysconfdir=%{l_prefix}/etc/jabberd \
-        --mandir=%{l_prefix} \
+        --mandir=%{l_prefix}/man \
         --enable-db \
         --enable-fs \
         --enable-gsasl \