summaryrefslogtreecommitdiffstats
path: root/redhat/applications/krusader
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2013-09-02 23:16:51 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2013-09-02 23:16:51 +0200
commit9deeed971d2b07c3f855e0af3e6c9f047ae46e89 (patch)
treeb632719193da35bf0ae000bd7e5a7479af58fc71 /redhat/applications/krusader
parent211ce4a54e04ece6ee31c2495abf6702ad83db6d (diff)
downloadtde-packaging-9deeed971d2b07c3f855e0af3e6c9f047ae46e89.tar.gz
tde-packaging-9deeed971d2b07c3f855e0af3e6c9f047ae46e89.zip
RPM Packaging: update R14 dependencies
Diffstat (limited to 'redhat/applications/krusader')
-rw-r--r--redhat/applications/krusader/krusader-3.5.13.2-ftbfs.patch11
1 files changed, 0 insertions, 11 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
deleted file mode 100644
index b34855e51..000000000
--- a/redhat/applications/krusader/krusader-3.5.13.2-ftbfs.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;