From a4c0c57f8fc124d27d7a0b590719068f873d7bde Mon Sep 17 00:00:00 2001
From: Anupam Basak <anupam.basak27@gmail.com>
Date: Fri, 3 May 2024 16:02:53 +0530
Subject: [PATCH] Fix install path

---
 debian/install | 2 +-
 debian/rules   | 5 -----
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/debian/install b/debian/install
index f14d727..f8f1cf7 100644
--- a/debian/install
+++ b/debian/install
@@ -1 +1 @@
-source_dir/obj-arm-linux-gnueabihf/aether.lv2 zynthian/zynthian-plugins/lv2
+obj-arm-linux-gnueabihf/aether.lv2 zynthian/zynthian-plugins/lv2
diff --git a/debian/rules b/debian/rules
index 020c694..58c0b14 100644
--- a/debian/rules
+++ b/debian/rules
@@ -7,12 +7,7 @@
 	dh $@
 
 override_dh_auto_configure:
-	$(shell pwd)
 	dh_auto_configure -- \
 		-DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=off -DBUILD_BENCHMARKS=off
 
-override_dh_auto_install:
-	$(shell pwd)
-	dh_auto_install $@
-
 override_dh_usrlocal:
-- 
GitLab