Quellcode durchsuchen

* fix for doc dir

marco vor 22 Jahren
Ursprung
Commit
7b58875745
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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