Christoph Schug 18 лет назад
Родитель
Сommit
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 \