forked from kiss-community/repo
8 lines
113 B
Bash
Executable File
8 lines
113 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
sed -i 's|Liberation Mono|Monospace|g' config.def.h
|
|
|
|
sh
|
|
make
|
|
make PREFIX=/usr DESTDIR="$1" install
|