Parcourir la source

* fix for doc dir

marco il y a 22 ans
Parent
commit
7b58875745
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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