kadischi/livecd_generator kadischi.py,1.58,1.59

Jasper O'neal Hartline (autopsy) fedora-extras-commits at redhat.com
Sun Apr 22 19:25:36 UTC 2007


Author: autopsy

Update of /cvs/devel/kadischi/livecd_generator
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17510/kadischi/livecd_generator

Modified Files:
	kadischi.py 
Log Message:
Minor typo correction


Index: kadischi.py
===================================================================
RCS file: /cvs/devel/kadischi/livecd_generator/kadischi.py,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- kadischi.py	22 Apr 2007 18:51:09 -0000	1.58
+++ kadischi.py	22 Apr 2007 19:25:34 -0000	1.59
@@ -316,7 +316,7 @@
 def requirements():
     """ Searches which Requires has not yet installed """
     if os.access("/.livecd", os.R_OK):
-        required_rpms = ('anaconda', 'e2fsprogs', 'perl', 'grub'
+        required_rpms = ('anaconda', 'e2fsprogs', 'perl', 'grub')
     else:
         required_rpms = ('anaconda', 'busybox-anaconda', 'mkisofs', 'syslinux', 'e2fsprogs', 'squashfs-tools', 'perl')
     




More information about the scm-commits mailing list