picolisp: Fix typo

This commit is contained in:
Fredrik Fornwall 2016-04-13 19:00:11 -04:00
parent 492d2d5a09
commit a0443f31ac
1 changed files with 1 additions and 1 deletions

View File

@ -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/
}