diff options
| author | 2014-12-22 21:41:18 -0500 | |
|---|---|---|
| committer | 2014-12-22 21:41:18 -0500 | |
| commit | 621314178ceda85a102d7e3403cbfa07ea94b928 (patch) | |
| tree | 2fd04bbd28219aabb46208f034196417d61f2e78 | |
| parent | debf10cbffabe6373fe27532729abc7e369e32a3 (diff) | |
d/rules: Set PLUGINS_DIR too.
| -rwxr-xr-x | debian/rules | 3 |
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 |
