Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Mar 2006 05:29:18 GMT
From:      soc-andrew <soc-andrew@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 92828 for review
Message-ID:  <200603060529.k265TIYE024387@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=92828

Change 92828 by soc-andrew@soc-andrew_serv on 2006/03/06 05:29:03

	Lua should be installed to /usr/local on the install media

Affected files ...

.. //depot/projects/soc2005/bsdinstaller/src/release/Makefile#33 edit

Differences ...

==== //depot/projects/soc2005/bsdinstaller/src/release/Makefile#33 (text+ko) ====

@@ -801,7 +801,7 @@
 	# XXX Make the ftp site changeable
 	( /usr/bin/fetch -ARr -o ${RD}/bsdinstaller/lua.tbz \
 		ftp://ftp.freebsd.org/pub/FreeBSD/ports/${MACHINE_ARCH}/packages-7-current/Latest/lua.tbz && \
-		pkg_add -R -P ${RD}/bsdinstaller/root ${RD}/bsdinstaller/lua.tbz )
+		pkg_add -R -P ${RD}/bsdinstaller/root/usr/local ${RD}/bsdinstaller/lua.tbz )
 	rm ${RD}/bsdinstaller/lua.tbz
 	# Reset the library directories
 	ldconfig /lib /usr/lib /usr/lib/compat /usr/local/lib



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