2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-08-21 13:46:17 +00:00
repo/core/gzip/build

14 lines
192 B
Plaintext
Raw Normal View History

2019-07-30 05:05:37 +00:00
#!/bin/sh -e
./configure \
--prefix=/usr
make
make DESTDIR="$1" install
# Remove all info files.
rm -rf "$1/usr/share/info"
# Remove conflicting file.
rm -f "$1/usr/lib/charset.alias"