diff options
author | 2023-05-11 17:42:34 +0200 | |
---|---|---|
committer | 2023-05-11 17:42:34 +0200 | |
commit | b3f6133a327390df495954d8ae561a895805c0e1 (patch) | |
tree | f5376b0545f56c6752d05dce3b9fb23dbfee5ba0 | |
parent | 0b80308deed498745acbb80bda32ae41b0df1c62 (diff) | |
download | string2-b3f6133a327390df495954d8ae561a895805c0e1.tar.gz string2-b3f6133a327390df495954d8ae561a895805c0e1.zip |
Change the description for pkgconf
-rwxr-xr-x | build-pc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-pc.sh b/build-pc.sh index eb7dca8..386dd9c 100755 --- a/build-pc.sh +++ b/build-pc.sh @@ -49,7 +49,7 @@ includedir=\${prefix}/include libdir=\${exec_prefix}/lib Name: $NAME -Description: $LIBNAME - $DESCR +Description: $DESCR Version: $VERSION Cflags: -I\${includedir} Libs: -L\${libdir} -l$NAME |