synergy: fix x86 installation.

This commit is contained in:
Juan RP 2014-04-17 09:26:45 +02:00
parent 6f9ad3dc47
commit 09d56bacb7
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ if [ -z "$CROSS_BUILD" ]; then
depends="desktop-file-utils ${sourcepkg}>=${version}_${revision}"
replaces="synergy<1.4.12_2"
pkg_install() {
vmove usr/bin/synergy
vinstall ${wrksrc}/bin/synergy 755 usr/bin
vmove usr/share/pixmaps
vmove usr/share/applications
}