summaryrefslogtreecommitdiff
path: root/packages/ipkg/files/terse.patch
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2005-07-29 11:07:50 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-29 11:07:50 +0000
commit987c42f899b7f64ed32b3c01862c69742c900c5d (patch)
tree94faa11c487149544b5f5218aed9f4a8a6a62eb4 /packages/ipkg/files/terse.patch
parent9f3966e08de8ccbf3ea0667ac9a43378c9fe80ef (diff)
Move file to make sure bitmake finds it building the -native packages.
Diffstat (limited to 'packages/ipkg/files/terse.patch')
-rw-r--r--packages/ipkg/files/terse.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/ipkg/files/terse.patch b/packages/ipkg/files/terse.patch
new file mode 100644
index 0000000000..3c4d6bed7e
--- /dev/null
+++ b/packages/ipkg/files/terse.patch
@@ -0,0 +1,18 @@
+
+#
+# Patch managed by http://www.holgerschurig.de/patcher.html
+#
+
+--- C/ipkg_cmd.c~terse
++++ C/ipkg_cmd.c
+@@ -148,9 +146,7 @@
+ int result;
+ p_userdata = userdata;
+ result = (cmd->fun)(conf, argc, argv);
+- if ( result == 0 ) {
+- ipkg_message(conf, IPKG_NOTICE, "Successfully terminated.\n");
+- } else {
++ if ( result != 0 ) {
+ ipkg_message(conf, IPKG_NOTICE, "An error ocurred, return value: %d.\n", result);
+ }
+