From 908bdfd435aa270efdee53e237b8841d9ab814f5 Mon Sep 17 00:00:00 2001
From: Jo-Philipp Wich <jow@openwrt.org>
Date: Mon, 21 Dec 2009 03:28:11 +0000
Subject: opkg: the current version leaves empty temp directories behind, clean
 them up before exit

SVN-Revision: 18872
---
 package/opkg/patches/012-cleanup-tmpdir.patch | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 package/opkg/patches/012-cleanup-tmpdir.patch

(limited to 'package/opkg')

diff --git a/package/opkg/patches/012-cleanup-tmpdir.patch b/package/opkg/patches/012-cleanup-tmpdir.patch
new file mode 100644
index 0000000000..f6d5e8732d
--- /dev/null
+++ b/package/opkg/patches/012-cleanup-tmpdir.patch
@@ -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:
-- 
cgit v1.2.3