aboutsummaryrefslogtreecommitdiffstats
path: root/palm/pilot-link-devel
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2001-01-16 07:10:03 +0800
committervanilla <vanilla@FreeBSD.org>2001-01-16 07:10:03 +0800
commit045c0ea4e1c95c67bcddcc7f8e782540bbb4a745 (patch)
tree0b9ba9734243de449ea06c5bcec0fc96e2df883d /palm/pilot-link-devel
parent07843e036859d0a53743eefd7115f2fafb922604 (diff)
downloadfreebsd-ports-gnome-045c0ea4e1c95c67bcddcc7f8e782540bbb4a745.tar.gz
freebsd-ports-gnome-045c0ea4e1c95c67bcddcc7f8e782540bbb4a745.tar.zst
freebsd-ports-gnome-045c0ea4e1c95c67bcddcc7f8e782540bbb4a745.zip
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 1e02019b2f90..8db33b4c9a6d 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)
;;