2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00
repo/core/bison/build
Muhammad Herdiansyah 046907144e bison: disable nls
2019-07-19 14:39:41 +07:00

12 lines
151 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-nls
make
make DESTDIR="$1" install
# Remove all info files.
rm -rf "$1/usr/share/info"