recipes/opkg/files/remove_pyc_pyo_hack.patch: remove debug output.. needed to fix...
authorghost <andreas.monzner@multimedia-labs.de>
Tue, 23 Feb 2010 20:15:30 +0000 (21:15 +0100)
committerghost <andreas.monzner@multimedia-labs.de>
Mon, 1 Mar 2010 11:38:54 +0000 (12:38 +0100)
recipes/opkg/files/remove_pyc_pyo_hack.patch

index 1b1859a..2920a6d 100644 (file)
@@ -15,7 +15,7 @@ diff -Naur trunk-org/libopkg/opkg_remove.c trunk/libopkg/opkg_remove.c
 +                  fname_tmp[l+1] = 0;
 +                  fname_tmp[l] = 'c';
 +                  if (!unlink(fname_tmp) || ((fname_tmp[l] = 'o') && !unlink(fname_tmp)))
-+                       printf("[Opendreambox] deleted: %s\n", fname_tmp);
++                       /*printf("[Opendreambox] deleted: %s\n", fname_tmp)*/;
 +             }
 +        }
       }