diff --git a/core/bison/build b/core/bison/build index e04e728a..b0d964c9 100755 --- a/core/bison/build +++ b/core/bison/build @@ -2,7 +2,8 @@ ./configure \ --prefix=/usr \ - --disable-nls + --disable-nls \ + --without-libtextstyle-prefix make make DESTDIR="$1" install