diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-04-28 08:44:04 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-04-28 08:44:04 +0000 |
| commit | 3b89b580a0dc3a66b5b4b85a39a2f1cea7c5e677 (patch) | |
| tree | bea63e5ae894c3bbeed52d22223424f340a5e2ac /tools/gen-dotpc.sh | |
| parent | 3672059f7c649a0b86bc79c536f67022cee1b469 (diff) | |
| download | s6-portable-utils-3b89b580a0dc3a66b5b4b85a39a2f1cea7c5e677.tar.gz | |
Latest batch of fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'tools/gen-dotpc.sh')
| -rwxr-xr-x | tools/gen-dotpc.sh | 2 |
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}/}" |
