diff options
author | Joe Bormolini <lordjoe@gentoo.org> | 2001-07-24 22:30:35 +0000 |
---|---|---|
committer | Joe Bormolini <lordjoe@gentoo.org> | 2001-07-24 22:30:35 +0000 |
commit | 4257ad0035d96d8fc08b977e18b89dc7cfd32a27 (patch) | |
tree | 471794f10cf8119c6b93eeb2cc93f324d7e803fc /skel.build | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-4257ad0035d96d8fc08b977e18b89dc7cfd32a27.tar.gz gentoo-2-4257ad0035d96d8fc08b977e18b89dc7cfd32a27.tar.bz2 gentoo-2-4257ad0035d96d8fc08b977e18b89dc7cfd32a27.zip |
Fixed typo: line 37 s/make/might/
Diffstat (limited to 'skel.build')
-rw-r--r-- | skel.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skel.build b/skel.build index c95490a00de9..de7103be54ed 100644 --- a/skel.build +++ b/skel.build @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author First Last <your email> -# $Header: /var/cvsroot/gentoo-x86/skel.build,v 1.4 2001/07/16 19:33:05 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/skel.build,v 1.5 2001/07/24 22:30:35 lordjoe Exp $ #Remeber to add the proper Author line, above. Don't worry about the fourth line; #it'll get automatically fixed when the ebuild is checked in @@ -34,7 +34,7 @@ src_compile() { try emake #emake (previously known as pmake) is a script that calls the standard GNU make with parallel - #building options for speedier builds on SMP systems. Use emake first; it make not work. If + #building options for speedier builds on SMP systems. Use emake first; it might not work. If #not, then replace the line above with: #try make |