Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2002 18:43:00 -0800 (PST)
From:      Luciano Mattão <lmattao@terra.com.br>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/35946: The /usr/local/lib/RealPlayer8/postinstall.sh don't work 
Message-ID:  <200203160243.g2G2h0000655@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         35946
>Category:       ports
>Synopsis:       The /usr/local/lib/RealPlayer8/postinstall.sh don't work
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 15 18:50:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Luciano Mattão
>Release:        FreeBSD 4.5-RELEASE #1: Sun Feb 17 11:46:51 BRT 2002
>Organization:
>Environment:
FreeBSD mattao 4.5-RELEASE FreeBSD 4.5-RELEASE #1: Sun Feb 17 11:46:51 BRT 2002     
root@mattao:/usr/src/sys/compile/DELL_KERN  i386
      
>Description:
The /usr/local/lib/RealPlayer8/postinstall.sh don't work because it didn't find files which it needs      
>How-To-Repeat:
try to execute:
/usr/local/lib/RealPlayer8/postinstall.sh     
>Fix:
patch to the /usr/local/lib/RealPlayer8/postinstall.sh is:
--- postinstall.sh.orig	Fri Mar 15 02:05:12 2002
+++ postinstall.sh	Fri Mar 15 01:41:08 2002
@@ -1,5 +1,4 @@
 #!/bin/sh
-rm -f /usr/lib/RealPlayer8/mimeinstall.log
-(cd /usr/lib/RealPlayer8 && ./mimeinstall.sh NOMP3 global > ./mimeinstall.log 2>&1)
-/usr/lib/RealPlayer8/realplay inst&
-
+rm -f /usr/local/lib/RealPlayer8/mimeinstall.log
+(cd /usr/local/lib/RealPlayer8 && ./mimeinstall.sh NOMP3 global > ./mimeinstall.log 2>&1)
+/usr/local/bin/realplay inst&

      
>Release-Note:
>Audit-Trail:
>Unformatted:

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?200203160243.g2G2h0000655>