diff options
author | Michele Calgaro <[email protected]> | 2022-01-13 10:20:36 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-01-13 10:27:56 +0900 |
commit | 0627aae8f4be0f1a4a09a7b631ecb1db31486f2c (patch) | |
tree | 4455091c06e4700d2e64a12430f98c87a9533b98 /debian | |
parent | 8cdb01d2da9f317388a1e355adae02d4e0491099 (diff) | |
download | tde-packaging-0627aae8f4be0f1a4a09a7b631ecb1db31486f2c.tar.gz tde-packaging-0627aae8f4be0f1a4a09a7b631ecb1db31486f2c.zip |
DEB polkit-tqt: adjusted to use new polkit-tqt.cmake location.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/_base/dependencies/polkit-tqt/debian/libpolkit-tqt-dev.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/_base/dependencies/polkit-tqt/debian/libpolkit-tqt-dev.install b/debian/_base/dependencies/polkit-tqt/debian/libpolkit-tqt-dev.install index 846767587..698c043d8 100644 --- a/debian/_base/dependencies/polkit-tqt/debian/libpolkit-tqt-dev.install +++ b/debian/_base/dependencies/polkit-tqt/debian/libpolkit-tqt-dev.install @@ -28,4 +28,4 @@ debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/polkit-tqt.pc debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/polkit-tqt-agent.pc debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/polkit-tqt-core.pc debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/polkit-tqt-gui.pc -debian/tmp/usr/share/cmake/polkit-tqt.cmake +debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/cmake/polkit-tqt.cmake |