From 25a7d82d0cab62e65e3d5825e675b80837daee73 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Mon, 15 Jan 2001 23:10:03 +0000 Subject: Fix startup script's path. PR: ports/24123, ports/24304 Submitted by: Steve Coltrin , Helge Oldach --- palm/pilot-link/files/pilot-link.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'palm/pilot-link') diff --git a/palm/pilot-link/files/pilot-link.sh b/palm/pilot-link/files/pilot-link.sh index 1e02019b2f90..8db33b4c9a6d 100644 --- a/palm/pilot-link/files/pilot-link.sh +++ b/palm/pilot-link/files/pilot-link.sh @@ -2,7 +2,7 @@ case "$1" in start) - /sbin/ldconfig -m %%PREFIX%%/pilot/lib + /sbin/ldconfig -m %%PREFIX%%/lib ;; stop) ;; -- cgit v1.2.3