Selaa lähdekoodia

fix path of man pages

Christoph Schug 18 vuotta sitten
vanhempi
commit
4d8ab825cc
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      jabberd/jabberd.spec

+ 2 - 1
jabberd/jabberd.spec

@@ -37,7 +37,7 @@ Class:        PLUS
 Group:        InstantMessaging
 License:      JOSL/GPL
 Version:      %{V_major}.%{V_minor}
-Release:      20070731
+Release:      20070807
 
 #   package options
 %option       with_sqlite no
@@ -120,6 +120,7 @@ AutoReqProv:  no
     ./configure \
         --prefix=%{l_prefix} \
         --sysconfdir=%{l_prefix}/etc/jabberd \
+        --mandir=%{l_prefix} \
         --enable-db \
         --enable-fs \
         --enable-gsasl \