Unverified Commit 2382728e authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

apt-dater: fix build (#414933)

parents 682fb1eb 3bd0085e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -44,7 +44,8 @@ stdenv.mkDerivation {

  prePatch = ''
    substituteInPlace etc/Makefile.am \
      --replace-fail 02770 0770
      --replace-fail 02770 0770 \
      --replace-fail '../../../$(pkglibdir)' '$(pkglibdir)'
  '';

  postPatch = ''