Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Feb 2003 11:30:10 -0800 (PST)
From:      Joe Kelsey <joek@mail.flyingcroc.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/48470: [PATCH www/flashpluginwrapper] add helper script
Message-ID:  <200302201930.h1KJUA6k098994@freefall.freebsd.org>

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

From: Joe Kelsey <joek@mail.flyingcroc.net>
To: freebsd-gnats-submit@FreeBSD.org,
	joek@zircon.staff.flyingcroc.net
Cc:  
Subject: Re: ports/48470: [PATCH www/flashpluginwrapper] add helper script
Date: Thu, 20 Feb 2003 11:23:13 -0800

 The sed command in addflashwrapper is missing the "lib" in front of 
 flashplayer.so.1.  It should be:
 
 sed -e '1a\
 \
 LD_PRELOAD=%%PREFIX%%/lib/libflashplayer.so.1\
 export LD_PRELOAD\
 ' $1 > $1.new
 
 
 

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




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