Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Nov 2005 23:01:10 GMT
From:      soc-andrew <soc-andrew@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 87389 for review
Message-ID:  <200511282301.jASN1AoO027151@repoman.freebsd.org>

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

Change 87389 by soc-andrew@soc-andrew_serv on 2005/11/28 23:00:58

	Fix the extraction of distfiles
	Reword the question about installing ports

Affected files ...

.. //depot/projects/soc2005/bsdinstaller/src/contrib/bsdinstaller/backend/lua/lib/target_system.lua#7 edit
.. //depot/projects/soc2005/bsdinstaller/src/libexec/bsdinstaller/inst/431_ports.lua#2 edit

Differences ...

==== //depot/projects/soc2005/bsdinstaller/src/contrib/bsdinstaller/backend/lua/lib/target_system.lua#7 (text+ko) ====

@@ -415,7 +415,7 @@
 				cmds:add{
 				    cmdline = "${root}${TAR} -f " ..
 					"${root}usr/${uname}/${dir}/${src}.${dist_suffix}" ..
-					"-x -C ${root}${base}${dest}",
+					" -x -C ${root}${base}${dest}",
 				    replacements = {
 					base = base,
 					src  = src,

==== //depot/projects/soc2005/bsdinstaller/src/libexec/bsdinstaller/inst/431_ports.lua#2 (text+ko) ====

@@ -39,7 +39,7 @@
 	local response = App.ui:present({
 		id = "install_ports",
 		name = _("Install Ports tree"),
-		short_desc = _("Do you want the Ports tree installed?"),
+		short_desc = _("Do you want yo install the Ports tree?"),
 		actions = {
 			{
 			    id = "yes",



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