summaryrefslogtreecommitdiffstats
path: root/palm/pilot-link-devel
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2001-01-15 23:10:03 +0000
committervanilla <vanilla@FreeBSD.org>2001-01-15 23:10:03 +0000
commit045c0ea4e1c95c67bcddcc7f8e782540bbb4a745 (patch)
tree0b9ba9734243de449ea06c5bcec0fc96e2df883d /palm/pilot-link-devel
parent07843e036859d0a53743eefd7115f2fafb922604 (diff)
downloadFreeBSD-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>
Diffstat (limited to 'palm/pilot-link-devel')
-rw-r--r--palm/pilot-link-devel/files/pilot-link.sh2
1 files changed, 1 insertions, 1 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)
;;
OpenPOWER on IntegriCloud