aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gen-dotpc.sh
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-04-28 08:43:49 +0000
committerLaurent Bercot <ska@appnovation.com>2025-04-28 08:43:49 +0000
commita5d1e7f6dd3f616feeee6c9b585f97da8ee3046b (patch)
tree6595d22c456d81a12afbb6867529bfb396460947 /tools/gen-dotpc.sh
parent315aeacc8208cf6084c333a3a8fb04f8deb54cb8 (diff)
downloadnsss-a5d1e7f6dd3f616feeee6c9b585f97da8ee3046b.tar.gz
Latest batch of fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'tools/gen-dotpc.sh')
-rwxr-xr-xtools/gen-dotpc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gen-dotpc.sh b/tools/gen-dotpc.sh
index 63c8929..802c78e 100755
--- a/tools/gen-dotpc.sh
+++ b/tools/gen-dotpc.sh
@@ -85,7 +85,7 @@ echo "includedir=${includedir}"
echo "libdir=${libdir}"
echo "dynlibdir=${dynlibdir}"
echo
-echo "Name: ${library}"
+echo "Name: lib${library}"
echo "Version: ${version}"
echo "Description: ${description:-The ${library} library.}"
echo "URL: ${url:-https://skarnet.org/software/${package}/}"