mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
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:
@@ -87,6 +87,7 @@ COPKGManager::COPKGManager()
|
||||
list_installed_done = false;
|
||||
list_upgradeable_done = false;
|
||||
expert_mode = false;
|
||||
CFileHelpers::createDir("/tmp/.opkg");
|
||||
}
|
||||
|
||||
COPKGManager::~COPKGManager()
|
||||
|
Reference in New Issue
Block a user