mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Fix typo in install section of quicklaunch bep
Resolves issue #10
(cherry picked from commit 4c151a4713)
This commit is contained in:
committed by
Oliver Tappe
parent
a87953b834
commit
2b21de463d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user