ddns-scripts: Adjust descriptions in Makefile for apk
authorHannu Nyman <hannu.nyman@iki.fi>
Sun, 10 Nov 2024 08:29:00 +0000 (10:29 +0200)
committerHannu Nyman <hannu.nyman@iki.fi>
Sun, 10 Nov 2024 11:45:55 +0000 (13:45 +0200)
commitb74ca8feb20a9491e57a1064767e61c2bea06aa0
treea27151e5cb33138af96647b720bcd04e5534eff8
parentbec27934112d5ebfcc7d3914aab4f73804d76438
ddns-scripts: Adjust descriptions in Makefile for apk

Having both double quotes and parentheses in package
description may lead into troublewith apk, if parentheses
are located so that they get passed "outside" the quoted
parameter, and get interpreted as a token for shell.

Example:
 ash: -c: line 1: syntax error near unexpected token `('
 bash: -c: line 1: `/OpenWrt/e8450/staging_dir/host/bin/fakeroot
 /OpenWrt/e8450/staging_dir/host/bin/apk mkpkg --info "name:ddns
 -scripts-pdns" --info "version:2.8.2-r51" --info "description:D
 ynamic DNS Client scripts extension for "PowerDNS" via API. It
 requires: "option param_opt(Optional Parameter)" to be a valid

Avoid that by using single quotes in the detailed descriptions.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
net/ddns-scripts/Makefile