PERFORCE change 96725 for review

soc-andrew soc-andrew at FreeBSD.org
Sat May 6 05:46:43 UTC 2006


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

Change 96725 by soc-andrew at soc-andrew_serv on 2006/05/06 05:46:16

	Install the lua50 port as the lang/lua is 5.1

Affected files ...

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

Differences ...

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

@@ -826,7 +826,7 @@
 	@cp -Rp ${RD}/kernels/GENERIC/ ${RD}/bsdinstaller/root/boot/kernel
 
 	# Install Lua into the package root
-	@cd ${.CURDIR} && $(MAKE) installPackage PACKAGE=lua \
+	@cd ${.CURDIR} && $(MAKE) installPackage PACKAGE=lua50 \
 		ROOT=${RD}/bsdinstaller/root
 	@cd ${.CURDIR} && $(MAKE) installPackage PACKAGE=lua50-compat51 \
 		ROOT=${RD}/bsdinstaller/root


More information about the p4-projects mailing list