diff --git a/debian/install b/debian/install
index f14d72793e1d03f4a22e71957db957f24cf73734..f8f1cf783754b289934cadc026f98e89f17ca846 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 020c694b08a3b832db8d8d0e74edfa0c1d5a83ac..58c0b14071faeaec65fe64b1aaf969abe6b04800 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: