COPKGManager: craete directory /tmp/.opkg on opkg manager init

This directory can be useful for usage in opkg config as cache directory

option cache /tmp/.opkg
This commit is contained in:
2014-09-21 22:13:26 +02:00
parent 0b3576b4a7
commit 2d3b3006d0

View File

@@ -87,6 +87,7 @@ COPKGManager::COPKGManager()
list_installed_done = false;
list_upgradeable_done = false;
expert_mode = false;
CFileHelpers::createDir("/tmp/.opkg");
}
COPKGManager::~COPKGManager()