forked from kiss-community/repo
10 lines
112 B
Bash
Executable File
10 lines
112 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
make depend
|
|
make
|
|
|
|
make DESTDIR="$1" \
|
|
install_sw \
|
|
install_ssldirs \
|
|
install_man_docs
|