diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-01-15 23:10:03 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-01-15 23:10:03 +0000 |
commit | 25a7d82d0cab62e65e3d5825e675b80837daee73 (patch) | |
tree | 95291c0edd6e308f39ab716a09d15a2b1845c6a8 /palm/pilot-link | |
parent | Upgrade to 1.0.6-4. (diff) |
Fix startup script's path.
PR: ports/24123, ports/24304
Submitted by: Steve Coltrin <spcoltri@omcl.org>, Helge Oldach <send-pr@oldach.net>
Diffstat (limited to 'palm/pilot-link')
-rw-r--r-- | palm/pilot-link/files/pilot-link.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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) ;; |