From 85f2ecf733bc5836943fa5c88ee4d4fed6bfaafa Mon Sep 17 00:00:00 2001 From: Stefan Heitmueller Date: Thu, 17 Dec 2015 08:40:03 +0100 Subject: [PATCH] fixed paths --- create | 2 +- package_root/tmp/winbox.desktop | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/create b/create index 98a0a28..78baa46 100755 --- a/create +++ b/create @@ -22,7 +22,7 @@ fi } create_package() { -fpm -s dir -t deb -n yed \ +fpm -s dir -t deb -n winbox \ --version "$VERSION" \ --after-install scripts/after-install \ --depends "wine" \ diff --git a/package_root/tmp/winbox.desktop b/package_root/tmp/winbox.desktop index 0f5aedb..8c9d89f 100644 --- a/package_root/tmp/winbox.desktop +++ b/package_root/tmp/winbox.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Name=Winbox -Exec=sh -c "wine /opt/winbox.exe" +Exec=sh -c "wine /opt/winbox/bin/winbox.exe" Icon=wine Terminal=false Type=Application