mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
opkg_manager.cpp: add statement for local environment
TODO: detect available opkg binary
Origin commit data
------------------
Commit: a9c549d0bf
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-12-28 (Mon, 28 Dec 2015)
This commit is contained in:
@@ -57,7 +57,12 @@
|
||||
#include <sys/wait.h>
|
||||
#include <fstream>
|
||||
|
||||
#if 0
|
||||
#define OPKG_CL "opkg"
|
||||
#else
|
||||
#define OPKG_CL "opkg-cl"
|
||||
#endif
|
||||
|
||||
#define OPKG_TMP_DIR "/tmp/.opkg"
|
||||
#define OPKG_TEST_DIR OPKG_TMP_DIR "/test"
|
||||
#define OPKG_CL_CONFIG_OPTIONS " -V2 --tmp-dir=/tmp --cache=" OPKG_TMP_DIR
|
||||
|
Reference in New Issue
Block a user