PERFORCE change 92828 for review

soc-andrew soc-andrew at FreeBSD.org
Sun Mar 5 21:29:20 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=92828

Change 92828 by soc-andrew at 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


More information about the p4-projects mailing list