From fce7b0cc73df54e210a06f343f8d4133ae889c98 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Wed, 13 Apr 2016 19:13:42 +0200 Subject: [PATCH] Fixed Filer recipe The link to Filer in $binDir pointed into the abyss... --- haiku-apps/filer/filer-1.0.0.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haiku-apps/filer/filer-1.0.0.recipe b/haiku-apps/filer/filer-1.0.0.recipe index 1c43f94b3..527eaa856 100644 --- a/haiku-apps/filer/filer-1.0.0.recipe +++ b/haiku-apps/filer/filer-1.0.0.recipe @@ -14,7 +14,7 @@ rules." HOMEPAGE="https://github.com/HaikuArchives/Filer" COPYRIGHT="2008 DarkWyrm" LICENSE="MIT" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/HaikuArchives/Filer/archive/1e452286b24fbf3722ec2ffb06bc55467b01b0d2.tar.gz" CHECKSUM_SHA256="8dd8bf6cfe2074425fed02e91bdb2854c65f96840e6ef16466f025f76f27f4b8" SOURCE_DIR="Filer-1e452286b24fbf3722ec2ffb06bc55467b01b0d2" @@ -62,7 +62,7 @@ INSTALL() cd sources cp -af objects/Filer $appsDir/Filer - ln -s objects/Filer $binDir/Filer + ln -s $appsDir/Filer/Filer $binDir cp -af objects/AutoFiler $appsDir/Filer cp -af objects/AutoFiler\ Settings $appsDir/Filer