summaryrefslogtreecommitdiff
path: root/debian/patches/no-missing-messages.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/no-missing-messages.patch')
-rw-r--r--debian/patches/no-missing-messages.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches/no-missing-messages.patch b/debian/patches/no-missing-messages.patch
index 38c2f9f..7752389 100644
--- a/debian/patches/no-missing-messages.patch
+++ b/debian/patches/no-missing-messages.patch
@@ -2,11 +2,11 @@ Description: suppress "program not found" messages. This programs are
in separated packages, and open-axiom recommends them.
Forwarded: not-needed
Origin: vendor
-Index: open-axiom/src/sman/sman.c
+Index: open-axiom-debian/src/sman/sman.c
===================================================================
---- open-axiom.orig/src/sman/sman.c 2013-09-01 11:22:27.000000000 +0400
-+++ open-axiom/src/sman/sman.c 2013-09-01 11:22:27.000000000 +0400
-@@ -449,7 +449,6 @@
+--- open-axiom-debian.orig/src/sman/sman.c
++++ open-axiom-debian/src/sman/sman.c
+@@ -448,7 +448,6 @@ start_the_hypertex(Command* cmd)
const char* command = oa_concatenate_string(root_dir,HypertexProgram);
if (readablep(command) != 1) {
@@ -14,7 +14,7 @@ Index: open-axiom/src/sman/sman.c
return;
}
if (PasteFile){
-@@ -479,8 +478,6 @@
+@@ -478,8 +477,6 @@ start_the_graphics(Command* cmd)
if (readablep(command) == 1)
spawn_of_hell(command, DoItAgain);