소스 검색

upgrading package: zsh 4.3.17 -> 5.0.0

Ralf S. Engelschall 13 년 전
부모
커밋
bd8a0faaf7
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      zsh/zsh.spec

+ 3 - 2
zsh/zsh.spec

@@ -31,8 +31,8 @@ Distribution: OpenPKG Community
 Class:        BASE
 Group:        Shell
 License:      BSD-style
-Version:      4.3.17
-Release:      20120603
+Version:      5.0.0
+Release:      20120724
 
 #   package options
 %option       with_dynamic  no
@@ -71,6 +71,7 @@ PreReq:       OpenPKG, openpkg >= 20100101
     %{l_bash} ./configure \
         --cache-file=./config.cache \
         --prefix=%{l_prefix} \
+        --mandir=%{l_prefix}/man \
         --enable-etcdir=%{l_prefix}/etc/zsh \
         --enable-fndir=%{l_prefix}/share/zsh/functions \
         --enable-site-fndir=%{l_prefix}/share/zsh/site-functions \