aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index ecda2d2..b0ec587 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export QT_SELECT = 5
OPTIONS += "DEFINES += NO_AUTO_UPDATES"
-OPTIONS += "LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)/"
+OPTIONS += "DEFINES += PLUGINS_DIR=/usr/lib/$(DEB_HOST_MULTIARCH)/sqlitestudio"
+OPTIONS += "LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)"
%:
dh $@ --parallel --builddirectory=builddir