diff --git a/pungi.py b/pungi.py index 0fc49217..b50c5095 100755 --- a/pungi.py +++ b/pungi.py @@ -22,7 +22,7 @@ class Pungi: self.prodpath = 'Fedora' # Probably should be defined elsewhere self.basedir = os.path.join(self.opts.destdir, self.opts.arch, self.prodpath, 'base') # Probably should be defined elsewhere os.mkdir(self.basedir) - os.copy(self.opts.comps, os.path.join(self.basedir, 'comps.xml')) + shutil.copy(self.opts.comps, os.path.join(self.basedir, 'comps.xml')) # def doCreateSplitrepo(self): # for disc in seq