mintConstructor problem with removing md5sum.txt

Bug #914561 reported by Jason Hsu
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Linux Mint
New
Undecided
Unassigned

Bug Description

I'm using Linux Mint Debian Edition with GNOME. This bug involves the mintConstructor package available from the repository and does not appear to be version-specific or edition-specific.

I get the following error messages in the mintConstructor script:
rm: cannot remove `/usr/local/bin/swiftconstructor/remaster/': Is a directory
rm: cannot remove `md5sum.txt': No such file or directory

These messages are preceded by "Updating md5 sums..." and followed by "Removing existing ISO..."

I believe that the bug is in the line:
os.system('rm ' + os.path.join(self.customDir, "remaster/") + ' md5sum.txt')

Running the build function with the error in the line removed resolved this error. The revised line is:
os.system('rm ' + os.path.join(self.customDir, "remaster/") + 'md5sum.txt')

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.