repo.or.cz
/
kiss-trunc88.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pcre2: bump to 10.40
[kiss-trunc88.git]
/
oksh
/
build
blob
f41c232992d4cc780d3e38eba32cddfd479b228b
1
#!/bin/sh -e
2
3
#export CFLAGS="$CFLAGS -DSMALL"
4
5
.
/
configure \
6
--prefix
=/
usr \
7
--bindir
=/
usr
/
bin \
8
--mandir
=/
usr
/
shar
e
/
man \
9
--enable-ksh
\
10
--disable-static
11
12
# --disable-curses
13
# --enable-sh \
14
15
make
16
make
DESTDIR
=
"
$1
"
install
17
ln
-s
/
usr
/
bin
/
ksh
"
$1
/usr/bin/sh"