diff options
author | Michele Calgaro <[email protected]> | 2020-01-30 12:06:23 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-01-30 12:06:23 +0900 |
commit | 40be1ebef7a688235d4730561908a02f10505385 (patch) | |
tree | ab182bf59496abaee2ddbf03d3e910bd37ae57e8 /mandriva/2010.2/dependencies/arts/arts-1.5.3-mcop-msgkill.patch | |
parent | c169e89296c2d885faa5cdeba21dc35b10b2f583 (diff) | |
download | tde-packaging-40be1ebef7a688235d4730561908a02f10505385.tar.gz tde-packaging-40be1ebef7a688235d4730561908a02f10505385.zip |
Removed obsolete Mandriva 2010 packaging files.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'mandriva/2010.2/dependencies/arts/arts-1.5.3-mcop-msgkill.patch')
-rw-r--r-- | mandriva/2010.2/dependencies/arts/arts-1.5.3-mcop-msgkill.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/mandriva/2010.2/dependencies/arts/arts-1.5.3-mcop-msgkill.patch b/mandriva/2010.2/dependencies/arts/arts-1.5.3-mcop-msgkill.patch deleted file mode 100644 index 1a2323267..000000000 --- a/mandriva/2010.2/dependencies/arts/arts-1.5.3-mcop-msgkill.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- arts-1.5.3/mcop/mcoputils.cc 2005-12-22 21:20:23.000000000 -0200 -+++ arts-1.5.3/mcop/mcoputils.cc.new 2006-07-19 14:44:08.000000000 -0300 -@@ -371,7 +371,9 @@ - } - if (!mcop_dir) - { -- arts_fatal("can't create mcop directory"); -+ return "Unable to create mcop directory"; -+ -+ // arts_fatal("can't create mcop directory"); - } - string tmpdir = mcop_dir; - return tmpdir+"/"+name; |