chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
492d2d5
)
picolisp: Fix typo
author
Fredrik Fornwall
<fredrik@fornwall.net>
Wed, 13 Apr 2016 23:00:11 +0000
(19:00 -0400)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Wed, 13 Apr 2016 23:00:11 +0000
(19:00 -0400)
packages/picolisp/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/picolisp/build.sh
b/packages/picolisp/build.sh
index aac0d19ffbb546f1b8022fc1917e8c367fa93194..e7618747d489402dbd5bae0e5a5b037a4a636acd 100644
(file)
--- a/
packages/picolisp/build.sh
+++ b/
packages/picolisp/build.sh
@@
-57,5
+57,5
@@
termux_step_make_install () {
$CC $ORIG_CFLAGS $CPPFLAGS $LDFLAGS -o $TERMUX_PREFIX/bin/httpGate ../src/httpGate.c -lssl -lcrypto
# Man pages:
- cp $TERMUX_PKG_SRCDIR/../man/man1/picolisp}.1 $TERMUX_PREFIX/share/man/man1/
+ cp $TERMUX_PKG_SRCDIR/../man/man1/
{pil,
picolisp}.1 $TERMUX_PREFIX/share/man/man1/
}