PERFORCE change 92442 for review

soc-andrew soc-andrew at FreeBSD.org
Sun Feb 26 16:26:54 PST 2006


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

Change 92442 by soc-andrew at soc-andrew_serv on 2006/02/27 00:26:14

	Install the lua package to the CD image

Affected files ...

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

Differences ...

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

@@ -795,6 +795,13 @@
 		mkdir ${RD}/bsdinstaller/root/$$dir; \
 	done )
 
+	# Install Lua into the package root
+	# XXX Make the ftp site changeable
+	( /usr/bin/fetch -ARr -o ${RD}/bsdinstaller/root/lua.tbz \
+		ftp://ftp.freebsd.org/pub/FreeBSD/ports/${MACHIVE_ARCH}/packages-7-current/latest/lua.tbz && \
+		pkg_add -C ${RD}/bsdinstaller/root /lua.tbz )
+	rm ${RD}/bsdinstaller/root/lua.tbz
+
 	@touch ${RD}/bsdinstaller/root/etc/fstab
 	@echo "sendmail_enable=\"NONE\"" > ${RD}/bsdinstaller/root/etc/rc.conf
 	@echo "cron_enable=\"NO\"" >> ${RD}/bsdinstaller/root/etc/rc.conf


More information about the p4-projects mailing list