From 86153b529e5f3f8b047c0e045bec4fa168213d7e Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 6 Mar 2016 21:29:32 -0500 Subject: d/rules: Don't set PLUGINS_DIR, duplicates SYS_PLUGINS_DIR causing double listing. --- debian/rules | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/rules b/debian/rules index b0ec587..8941a75 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all export QT_SELECT = 5 OPTIONS += "DEFINES += NO_AUTO_UPDATES" -OPTIONS += "DEFINES += PLUGINS_DIR=/usr/lib/$(DEB_HOST_MULTIARCH)/sqlitestudio" OPTIONS += "LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)" %: -- cgit v1.2.3