From b759add22412014a3955a7372e2f2bae0bc21cec Mon Sep 17 00:00:00 2001 From: miqlas <5569059+extrowerk@users.noreply.github.com> Date: Tue, 9 Apr 2019 13:58:11 +0200 Subject: [PATCH] JoystickUtilizer: fix preferences deskbar link (#3752) --- haiku-apps/joystickutilizer/joystickutilizer-2.0.1.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haiku-apps/joystickutilizer/joystickutilizer-2.0.1.recipe b/haiku-apps/joystickutilizer/joystickutilizer-2.0.1.recipe index 57df97d9d..7925433ac 100644 --- a/haiku-apps/joystickutilizer/joystickutilizer-2.0.1.recipe +++ b/haiku-apps/joystickutilizer/joystickutilizer-2.0.1.recipe @@ -5,7 +5,7 @@ Very useful for emulators!" HOMEPAGE="https://github.com/HaikuArchives/JoystickUtilizer" COPYRIGHT="2002-2008 Werner Freytag" LICENSE="MIT" -REVISION="1" +REVISION="2" srcGitRev="73a7cb393e3c1366a82e384b756acbd5a790580b" SOURCE_URI="https://github.com/HaikuArchives/JoystickUtilizer/archive/$srcGitRev.tar.gz" CHECKSUM_SHA256="582b4aa7f1e7be3157e7bd0d08a1462e6c326e78b765d35c826d2337360cae56" @@ -54,5 +54,5 @@ INSTALL() cp -af objects/JoystickUtilizerDevice \ $addOnsDir/input_server/devices - addPreferencesDeskbarSymlink ../JoystickUtilizer + addPreferencesDeskbarSymlink $preferencesDir/JoystickUtilizer }