mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-09 03:55:07 -07:00
8 lines
132 B
Bash
Executable File
8 lines
132 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
sed 's/Liberation Mono/Monospace/g' config.def.h > _
|
|
mv -f _ config.def.h
|
|
|
|
make
|
|
make PREFIX=/usr DESTDIR="$1" install
|