diff options
author | François Andriot <[email protected]> | 2013-08-17 23:21:22 +0200 |
---|---|---|
committer | François Andriot <[email protected]> | 2013-08-17 23:21:22 +0200 |
commit | d54fc1da9589ff01c456d54f2b88cbf08769050c (patch) | |
tree | f97aab008836547eafb96f89364f6ea0e2f07d23 /redhat/applications/krusader | |
parent | ed0fc65a82f723d0e1ad4bce647758d322cb9482 (diff) | |
download | tde-packaging-d54fc1da9589ff01c456d54f2b88cbf08769050c.tar.gz tde-packaging-d54fc1da9589ff01c456d54f2b88cbf08769050c.zip |
RPM Packaging: update packages for 3.5.13.2 under Fedora 19
Diffstat (limited to 'redhat/applications/krusader')
-rw-r--r-- | redhat/applications/krusader/krusader-3.5.13.2-ftbfs.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/redhat/applications/krusader/krusader-3.5.13.2-ftbfs.patch b/redhat/applications/krusader/krusader-3.5.13.2-ftbfs.patch new file mode 100644 index 000000000..b34855e51 --- /dev/null +++ b/redhat/applications/krusader/krusader-3.5.13.2-ftbfs.patch @@ -0,0 +1,11 @@ +--- 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; |