Unverified Commit 33aeaa4c authored by Felix Bühler's avatar Felix Bühler Committed by GitHub
Browse files

Merge pull request #263542 from tu-maurice/upstream-fix/opkg

opkg: Fix localstatedir and sysconfdir
parents d44b7c3c 81d3b089
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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/";