From f9261895c01a8b8dbb8c2db81346d3267ba49aeb Mon Sep 17 00:00:00 2001 From: Probal Basak <probasak@in.ibm.com> Date: Tue, 25 Mar 2025 16:24:23 +0530 Subject: [PATCH] Refactor rules file and added tab instead of spaces --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index a63fad3..9027085 100644 --- a/debian/rules +++ b/debian/rules @@ -7,6 +7,6 @@ dh $@ override_dh_auto_configure: - cmake . -DCMAKE_BUILD_TYPE=Release -DADLplug_VST2=OFF -DADLplug_VST3=OFF -DADLplug_Standalone=OFF -DADLplug_Jack=OFF + cmake . -DCMAKE_BUILD_TYPE=Release -DADLplug_VST2=OFF -DADLplug_VST3=OFF -DADLplug_Standalone=OFF -DADLplug_Jack=OFF override_dh_usrlocal: -- GitLab