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


Origin commit data
------------------
Commit: 2d3b3006d0
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-09-21 (Sun, 21 Sep 2014)
This commit is contained in:
2014-09-21 22:13:26 +02:00
parent 0bf2981502
commit 97c5b2e891

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()