diff options
author | Dongwoo Lee <dwoo08.lee@samsung.com> | 2022-10-20 19:10:24 +0900 |
---|---|---|
committer | Dongwoo Lee <dwoo08.lee@samsung.com> | 2022-10-21 17:52:19 +0900 |
commit | e0ba7790b336732ea303f8394726ab6f32c045b0 (patch) | |
tree | 5d547b5bf050f5decd670f2374559daa44f16886 | |
parent | 3332766d0c347e5e1a56f0370a87a378f8216d1d (diff) | |
download | pass-e0ba7790b336732ea303f8394726ab6f32c045b0.tar.gz pass-e0ba7790b336732ea303f8394726ab6f32c045b0.tar.bz2 pass-e0ba7790b336732ea303f8394726ab6f32c045b0.zip |
packaging: libpass-resource-monitor: Fix typo
Change-Id: I85a5a119b7a293670c0f66a93625a7ddb259494f
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
-rw-r--r-- | packaging/libpass-resource-monitor.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/libpass-resource-monitor.pc.in b/packaging/libpass-resource-monitor.pc.in index 5320335..e95a46f 100644 --- a/packaging/libpass-resource-monitor.pc.in +++ b/packaging/libpass-resource-monitor.pc.in @@ -8,7 +8,7 @@ includedir=/usr/include/pass Name: ${package_name} Description: ${package_name} library -Version: @VERSION@a +Version: @VERSION@ Requires: Libs: -L${libdir} -l${package_name} |