Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Dec 2001 09:10:02 -0800 (PST)
From:      Hendrik Scholz <hscholz@raisdorf.net>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/32502: port update palm/pilot-link to 0.9.6
Message-ID:  <200112041710.fB4HA2D03154@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/32502; it has been noted by GNATS.

From: Hendrik Scholz <hscholz@raisdorf.net>
To: freebsd-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/32502: port update palm/pilot-link to 0.9.6
Date: Tue, 4 Dec 2001 17:53:12 +0100

 Hi!
 
 Changing the prefix in then port leads to a wrong path in the pilot-link.sh script.
 Here is the diff to get it working again:
 
 --- files/pilot-link.sh.orig	Tue Dec  4 17:48:25 2001
 +++ files/pilot-link.sh	Tue Dec  4 17:48:36 2001
 @@ -2,7 +2,7 @@
  
  case "$1" in
  	start)
 -		/sbin/ldconfig -m %%PREFIX%%/lib
 +		/sbin/ldconfig -m %%PREFIX%%/pilot/lib
  		;;
  	stop)
  		;;
 
 
 Hendrik
 
 -- 
 Hendrik Scholz <hscholz@raisdorf.net>
 http://www.toppoint.de/~hscholz/
 Where do you want to be tomorrow ?
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112041710.fB4HA2D03154>