marco 21 anni fa
parent
commit
7b58875745
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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