From ee2ed0a31c3a52c88ffada3f0e0d619a97ee83cd Mon Sep 17 00:00:00 2001 From: Adam Potolsky Date: Tue, 26 May 2015 16:41:26 -0700 Subject: [PATCH] changed synergy-plugins directory to synergy with the sub directory plugins #4696 --- ext/toolchain/commands1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/toolchain/commands1.py b/ext/toolchain/commands1.py index e1e80e69..5ef00d2d 100644 --- a/ext/toolchain/commands1.py +++ b/ext/toolchain/commands1.py @@ -1140,7 +1140,7 @@ class InternalCommands: controlFile.close() targetBin = '%s/%s/usr/bin' % (debDir, package) - targetPlugin = '%s/%s/usr/lib/synergy-plugins' % (debDir, package) + targetPlugin = '%s/%s/usr/lib/synergy/plugins' % (debDir, package) targetShare = '%s/%s/usr/share' % (debDir, package) targetApplications = "%s/applications" % targetShare targetIcons = "%s/icons" % targetShare