in createPackage:
copyFiles should probably use imageDir and not self.imageDir()
right now imageDir is an unused variable

if nobody objects, I will change it that way

                imageDir = self.imageDir()
                if mergeDir:
                    imageDir = os.path.join( self.imageDir, 
mergeDir )
                if os.path.exists( directory ):
                    self.copyFiles( directory, self.imageDir() )
                else:
                    utils.die( "image directory %s does not 
exist!" % directory )

-- 
Wolfgang
_______________________________________________
Kde-windows mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-windows

Reply via email to