mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 01:30:16 +02:00
6755b68047
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18872 3c298f89-4303-0410-b956-a3cf2f4a3e73
13 lines
174 B
Diff
13 lines
174 B
Diff
--- 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:
|