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
pcre: fork, fix sources
[kiss-trunc88.git]
/
mrsh
/
build
blob
f30fc42e9c73e098e86e37835a97cbab6cd20b7f
1
#!/bin/sh
2
3
.
/
configure
--prefix
=/
usr
4
make
5
make
DESTDIR
=
"
$1
"
install
6
ln
-s
"
$1
/usr/bin/mrsh"
"
$1
/usr/bin/sh"
7
#cp "$1/usr/bin/mrsh" "$1/usr/bin/sh"