aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2014-12-22 21:41:18 -0500
committerLibravatarUnit 193 <unit193@ubuntu.com>2014-12-22 21:41:18 -0500
commit621314178ceda85a102d7e3403cbfa07ea94b928 (patch)
tree2fd04bbd28219aabb46208f034196417d61f2e78 /debian
parentdebf10cbffabe6373fe27532729abc7e369e32a3 (diff)
downloadsqlitestudio-621314178ceda85a102d7e3403cbfa07ea94b928.tar.bz2
sqlitestudio-621314178ceda85a102d7e3403cbfa07ea94b928.tar.xz
sqlitestudio-621314178ceda85a102d7e3403cbfa07ea94b928.tar.zst
d/rules: Set PLUGINS_DIR too.
Diffstat (limited to 'debian')
-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