rtl8366: make it available on all platforms
[openwrt-10.03/.git] / package / opkg / patches / 012-cleanup-tmpdir.patch
index f6d5e8732d90730940c957120dbe5d4f0300fd2a..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,12 +0,0 @@
---- a/src/opkg-cl.c
-+++ b/src/opkg-cl.c
-@@ -333,6 +333,9 @@
-       print_error_list();
-       free_error_list();
-+      if( conf->tmp_dir )
-+              rm_r(conf->tmp_dir);
-+
-       return 0;
- err2: