From 120c14ee3208d43229dece73bc268b615d5ef10b Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Mon, 1 Jul 2024 23:10:03 +0300 Subject: [PATCH] --- debian/changelog | 2 +- debian/libhyprutils-dev.install | 2 +- debian/rules | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 00c7786..2643457 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hyprutils (0.1.5-100pika2) pikauwu; urgency=medium +hyprutils (0.1.5-100pika3) pikauwu; urgency=medium * Initial release. diff --git a/debian/libhyprutils-dev.install b/debian/libhyprutils-dev.install index 489381d..baead2f 100644 --- a/debian/libhyprutils-dev.install +++ b/debian/libhyprutils-dev.install @@ -1 +1 @@ -/usr/lib/*/pkgconfig/hyprutils.pc +usr/lib/*/pkgconfig/hyprutils.pc diff --git a/debian/rules b/debian/rules index fa7196c..95b7752 100755 --- a/debian/rules +++ b/debian/rules @@ -12,6 +12,7 @@ override_dh_auto_configure: override_dh_install: DESTDIR=debian/tmp cmake --install build dh_install + rm -rfv debian/libhyprlang/usr/lib/*/pkgconfig/hyprutils.pc ## === End end of region === ## This here will start the build: