From 95961229f0295e59b831e83a59c99be1078d441e Mon Sep 17 00:00:00 2001
From: Anupam Basak <anupam.basak27@gmail.com>
Date: Fri, 3 May 2024 15:06:02 +0530
Subject: [PATCH] Add install file

---
 debian/install | 1 +
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 debian/install

diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..2323298
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+aether.lv2 zynthian/zynthian-plugins/lv2
diff --git a/debian/rules b/debian/rules
index 0b20c16..58c0b14 100644
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,6 @@
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
-		-DCMAKE_INSTALL_PREFIX=/zynthian -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=off -DBUILD_BENCHMARKS=off
+		-DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=off -DBUILD_BENCHMARKS=off
 
 override_dh_usrlocal:
-- 
GitLab