1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 19:28:53 +03:00

[package] opkg: the current version leaves empty temp directories behind, clean them up before exit

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18872 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2009-12-21 03:28:11 +00:00
parent c462134502
commit 6755b68047

View File

@ -0,0 +1,12 @@
--- 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: