chiark / gitweb /
picolisp: Fix typo
authorFredrik Fornwall <fredrik@fornwall.net>
Wed, 13 Apr 2016 23:00:11 +0000 (19:00 -0400)
committerFredrik Fornwall <fredrik@fornwall.net>
Wed, 13 Apr 2016 23:00:11 +0000 (19:00 -0400)
packages/picolisp/build.sh

index aac0d19ffbb546f1b8022fc1917e8c367fa93194..e7618747d489402dbd5bae0e5a5b037a4a636acd 100644 (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/
 }