From 2b21de463d0ca248b6afd5df0c7621183cca6b72 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Tue, 30 Jul 2013 17:29:19 -0600 Subject: [PATCH] Fix typo in install section of quicklaunch bep Resolves issue #10 (cherry picked from commit 4c151a4713d870b3a86c4896c1b27e63769f9f30) --- haiku-apps/quicklaunch/quicklaunch-0.9.5.bep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haiku-apps/quicklaunch/quicklaunch-0.9.5.bep b/haiku-apps/quicklaunch/quicklaunch-0.9.5.bep index 27f4b715a..a98dae242 100644 --- a/haiku-apps/quicklaunch/quicklaunch-0.9.5.bep +++ b/haiku-apps/quicklaunch/quicklaunch-0.9.5.bep @@ -23,7 +23,7 @@ INSTALL { mkdir -p $DESTDIR`finddir B_USER_DESKBAR_DIRECTORY`/Applications ln -sf `finddir B_APPS_DIRECTORY`/QuickLaunch/QuickLaunch \ $DESTDIR`finddir B_USER_DESKBAR_DIRECTORY`/Applications - if [-z "$DESTDIR" ] + if [ -z "$DESTDIR" ] then cd `finddir B_APPS_DIRECTORY`/QuickLaunch desklink --remove=QuickLaunch