changed synergy-plugins directory to synergy with the sub directory plugins #4696

This commit is contained in:
Adam Potolsky 2015-05-26 16:41:26 -07:00
parent d816ed6b43
commit ee2ed0a31c
1 changed files with 1 additions and 1 deletions

View File

@ -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