소스 검색

* fix for doc dir

marco 22 년 전
부모
커밋
7b58875745
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      install/install.sh

+ 1 - 1
install/install.sh

@@ -198,7 +198,7 @@ echo
 # Install the documentation. Optional.
 if yesno "Install documentation"; then
   echo Installing documentation in $DOCDIR ...
-  unztar docs.tar.gz $PREFIX
+  unztar docs.tar.gz $DOCDIR
   echo Done.
 fi
 echo