duktape: fix comment in build.sh

This commit is contained in:
Leonid Pliushch 2019-04-29 14:44:39 +03:00
parent 5c57371692
commit 5a9e6799cc
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ termux_step_make_install() {
}
termux_step_post_make_install() {
# Add a pkg-config file for the system zlib
# Add a pkg-config file for the duktape lib
cat > "$PKG_CONFIG_LIBDIR/duktape.pc" <<-HERE
Name: Duktape
Description: Shared library for the Duktape interpreter