diff options
author | Cem Keylan <cem@ckyln.com> | 2021-05-17 11:18:19 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-05-17 11:18:19 +0300 |
commit | e71295c56c17a4db13adaa310919840839ec69c6 (patch) | |
tree | de4e0d495841d63dfbb8b1af0c282df28cfdf903 /extra/kcgi/build | |
parent | 29ff1006737629fc8ca85368303e415bb62aa7d8 (diff) | |
download | repository-e71295c56c17a4db13adaa310919840839ec69c6.tar.gz |
kcgi: add new package at 0.12.4
Diffstat (limited to 'extra/kcgi/build')
-rwxr-xr-x | extra/kcgi/build | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/extra/kcgi/build b/extra/kcgi/build new file mode 100755 index 00000000..f6bc745b --- /dev/null +++ b/extra/kcgi/build @@ -0,0 +1,12 @@ +#!/bin/sh -e + +# Modify Makefile to make it POSIX +sed -i '/^\.for/,/^\.endfor/d' Makefile + +./configure \ + PREFIX=/usr \ + SBINDIR=/usr/bin \ + MANDIR=/usr/share/man + +make +make DESTDIR="$1" install |