From b8cbe478e78d2e414328d6fd2ba9063c09cd7c75 Mon Sep 17 00:00:00 2001 From: Leonid Plyushch Date: Mon, 29 Apr 2019 14:44:39 +0300 Subject: [PATCH] duktape: fix comment in build.sh --- packages/duktape/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/duktape/build.sh b/packages/duktape/build.sh index 22cb897af..0405c665d 100644 --- a/packages/duktape/build.sh +++ b/packages/duktape/build.sh @@ -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