mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-15 03:00:10 -07:00
19 lines
339 B
Bash
Executable File
19 lines
339 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
./configure \
|
|
--prefix=/usr \
|
|
--disable-nls \
|
|
--without-libtextstyle-prefix
|
|
|
|
make
|
|
|
|
make \
|
|
install-libLIBRARIES \
|
|
install-binPROGRAMS \
|
|
install-nodist_binSCRIPTS \
|
|
install-dist_m4sugarDATA \
|
|
install-dist_skeletonsDATA \
|
|
install-dist_pkgdataDATA \
|
|
install-aclocalDATA \
|
|
install-man1
|