changed synergy-plugins directory to synergy with the sub directory plugins #4696
This commit is contained in:
parent
d816ed6b43
commit
ee2ed0a31c
|
@ -1140,7 +1140,7 @@ class InternalCommands:
|
||||||
controlFile.close()
|
controlFile.close()
|
||||||
|
|
||||||
targetBin = '%s/%s/usr/bin' % (debDir, package)
|
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)
|
targetShare = '%s/%s/usr/share' % (debDir, package)
|
||||||
targetApplications = "%s/applications" % targetShare
|
targetApplications = "%s/applications" % targetShare
|
||||||
targetIcons = "%s/icons" % targetShare
|
targetIcons = "%s/icons" % targetShare
|
||||||
|
|
Loading…
Reference in New Issue