summaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-01-15 23:10:03 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-01-15 23:10:03 +0000
commit25a7d82d0cab62e65e3d5825e675b80837daee73 (patch)
tree95291c0edd6e308f39ab716a09d15a2b1845c6a8 /palm
parentUpgrade 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>
Notes
Notes: svn path=/head/; revision=37235
Diffstat (limited to 'palm')
-rw-r--r--palm/pilot-link-devel/files/pilot-link.sh2
-rw-r--r--palm/pilot-link/files/pilot-link.sh2
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 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)
;;
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)
;;