Merge pull request #263542 from tu-maurice/upstream-fix/opkg
opkg: Fix localstatedir and sysconfdir
This commit is contained in:
commit
33aeaa4c20
1 changed files with 5 additions and 0 deletions
|
@ -38,6 +38,11 @@ stdenv.mkDerivation rec {
|
|||
libxml2
|
||||
];
|
||||
|
||||
configureFlags = [
|
||||
"--sysconfdir=/etc"
|
||||
"--localstatedir=/var"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A lightweight package management system based upon ipkg";
|
||||
homepage = "https://git.yoctoproject.org/cgit/cgit.cgi/opkg/";
|
||||
|
|
Loading…
Reference in a new issue