You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-packaging/redhat/applications/krusader/krusader-3.5.13.2-ftbfs.patch

12 lines
380 B
Diff

--- trinity-krusader-3.5.13.2/krusader/VFS/temp_vfs.cpp.ORI 2013-08-17 18:57:18.857074444 +0200
+++ trinity-krusader-3.5.13.2/krusader/VFS/temp_vfs.cpp 2013-08-17 18:57:21.352017680 +0200
@@ -56,7 +56,7 @@
}
temp_vfs::~temp_vfs(){
- if( vfs_type == "-iso" ){
+ if( vfs_type == TEMP ){
// unmount the ISO image
KShellProcess umount;
umount << "umount -f" << tmpDir;