doc: cookbook: Balance parens in custom kernel examples.
* doc/guix-cookbook.texi (Customizing the Kernel): Add missing paren in example. Remove extra parens in other example.
This commit is contained in:
		
							parent
							
								
									97ce30cc1b
								
							
						
					
					
						commit
						f54149062e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -1435,7 +1435,7 @@ the @code{make-linux-libre} package definition: | ||||||
|       (begin |       (begin | ||||||
|         (copy-file config ".config") |         (copy-file config ".config") | ||||||
|         (chmod ".config" #o666)) |         (chmod ".config" #o666)) | ||||||
|       (invoke "make" ,defconfig)) |       (invoke "make" ,defconfig))) | ||||||
| @end lisp | @end lisp | ||||||
| 
 | 
 | ||||||
| Below is a sample kernel package.  The @code{linux-libre} package is nothing | Below is a sample kernel package.  The @code{linux-libre} package is nothing | ||||||
|  | @ -1501,7 +1501,7 @@ And in the custom configure script from the `make-linux-libre` package: | ||||||
|   (display extra-configuration port) |   (display extra-configuration port) | ||||||
|   (close-port port)) |   (close-port port)) | ||||||
| 
 | 
 | ||||||
| (invoke "make" "oldconfig")))) | (invoke "make" "oldconfig") | ||||||
| @end lisp | @end lisp | ||||||
| 
 | 
 | ||||||
| So by not providing a configuration-file the @file{.config} starts blank, and | So by not providing a configuration-file the @file{.config} starts blank, and | ||||||
|  |  | ||||||
		Reference in a new issue