summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-06 12:05:44 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-06 12:05:44 (EDT)
commitd4ad8e38e779eee5afbbe1c9584918f22db08115 (patch)
tree8f0ef30860db9439041f67e3108fb68d2894be90
parent3858195c0ec3432e0fd65c7c3a58e7ec01125fdb (diff)
build: Override opkg state dir prefix
-rwxr-xr-xbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/build b/build
index 4d0c8e5..32e1006 100755
--- a/build
+++ b/build
@@ -13,6 +13,7 @@ build:
-D CMAKE_INSTALL_PREFIX:PATH=/usr \
-D CONF_FILE:STRING=/etc/opkg/opkg.conf \
-D LOCK_FILE:STRING=/var/lib/opkg/lock \
+ -D STATE_DIR_PREFIX:STRING=/var/lib \
-D STATIC_UBOX:BOOL=ON \
-D BUILD_TESTS:BOOL=OFF \
-D REQUIRE_UPGRADE_ARGS:BOOL=OFF \