Browse Source

* fix for doc dir

marco 21 years ago
parent
commit
7b58875745
1 changed files with 1 additions and 1 deletions
  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