diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-01-15 23:10:03 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-01-15 23:10:03 +0000 |
commit | 045c0ea4e1c95c67bcddcc7f8e782540bbb4a745 (patch) | |
tree | 0b9ba9734243de449ea06c5bcec0fc96e2df883d | |
parent | 07843e036859d0a53743eefd7115f2fafb922604 (diff) | |
download | FreeBSD-ports-045c0ea4e1c95c67bcddcc7f8e782540bbb4a745.zip FreeBSD-ports-045c0ea4e1c95c67bcddcc7f8e782540bbb4a745.tar.gz |
Fix startup script's path.
PR: ports/24123, ports/24304
Submitted by: Steve Coltrin <spcoltri@omcl.org>, Helge Oldach <send-pr@oldach.net>
-rw-r--r-- | palm/pilot-link-devel/files/pilot-link.sh | 2 | ||||
-rw-r--r-- | palm/pilot-link/files/pilot-link.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/palm/pilot-link-devel/files/pilot-link.sh b/palm/pilot-link-devel/files/pilot-link.sh index 1e02019..8db33b4 100644 --- a/palm/pilot-link-devel/files/pilot-link.sh +++ b/palm/pilot-link-devel/files/pilot-link.sh @@ -2,7 +2,7 @@ case "$1" in start) - /sbin/ldconfig -m %%PREFIX%%/pilot/lib + /sbin/ldconfig -m %%PREFIX%%/lib ;; stop) ;; diff --git a/palm/pilot-link/files/pilot-link.sh b/palm/pilot-link/files/pilot-link.sh index 1e02019..8db33b4 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) ;; |