From 5efe3be539e3305db38f543a693b0028c4ffce58 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 04 Apr 2019 17:25:37 -0400 Subject: build: Set lock file path to /var/lib/opkg/lock --- diff --git a/build b/build index b6996ee..2dbd66f 100755 --- a/build +++ b/build @@ -11,6 +11,7 @@ build: (cd src && cmake \ -D CMAKE_INSTALL_PREFIX:PATH=/usr \ -D CONF_FILE:STRING=/etc/opkg/opkg.conf \ + -D LOCK_FILE:STRING=/var/lib/opkg/lock \ -D STATIC_UBOX:BOOL=ON \ -D BUILD_TESTS:BOOL=OFF \ -D VERSION:STRING="$(version)" \ diff --git a/changelog b/changelog index b21f26f..bc6ec73 100644 --- a/changelog +++ b/changelog @@ -2,6 +2,8 @@ opkg-lede (0+git20190131.d4ba162-2) trunk * Add patch and build option to set default conf file path to "/etc/opkg/opkg.conf". + * Set lock file path to "/var/lib/opkg/lock", as it has always been + with the original opkg. -- Patrick McDermott Thu, 04 Apr 2019 16:52:10 -0400 -- cgit v0.9.1