pcapsipdump: sanitize package description for APK support
authorChristian Marangi <ansuelsmth@gmail.com>
Sun, 17 Nov 2024 18:12:59 +0000 (19:12 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Sun, 17 Nov 2024 18:12:59 +0000 (19:12 +0100)
Sanitize package description for APK support by replacing " with ' for
the tcpdump reference.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
net/pcapsipdump/Makefile

index 8770da1730af558a08f96d318e25213607e133c3..95d40b7aafc334f13e8204788472e8df9a134598 100644 (file)
@@ -32,7 +32,7 @@ endef
 
 define Package/pcapsipdump/description
  pcapsipdump is a tool for dumping SIP sessions (plus RTP traffic, if
- available) to disk in a fashion similar to "tcpdump -w" (format is
+ available) to disk in a fashion similar to 'tcpdump -w' (format is
  exactly the same), but one file per SIP session (even if there are
  thousands of concurrent SIP sessions).
 endef