INSTALL: mention Ubuntu as well as Debian having broken yacc defaults
authorAlan Cox <alan@linux.intel.com>
Fri, 12 Apr 2019 11:03:52 +0000 (12:03 +0100)
committerAlan Cox <alan@linux.intel.com>
Fri, 12 Apr 2019 11:03:52 +0000 (12:03 +0100)
INSTALL

diff --git a/INSTALL b/INSTALL
index 02c8715..93dfb17 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -25,7 +25,7 @@ cause Fuzix to break.
 
 Fuzix expects yacc to be yacc not Bison. if your system for some reason thinks
 that executing yacc should run bison you'll have a build failure. For Debian
-this can be fixed with
+and derivatives (eg Ubuntu) this can be fixed with
 
  - sudo apt-get install -y byacc
  - sudo update-alternatives --set yacc /usr/bin/byacc