apt-dater: fix build

This commit is contained in:
Sizhe Zhao 2025-06-08 15:17:12 +08:00
parent 73557c22ec
commit 3bd0085ec5
No known key found for this signature in database
GPG key ID: ED1807251A7DA08F

View file

@ -44,7 +44,8 @@ stdenv.mkDerivation {
prePatch = ''
substituteInPlace etc/Makefile.am \
--replace-fail 02770 0770
--replace-fail 02770 0770 \
--replace-fail '../../../$(pkglibdir)' '$(pkglibdir)'
'';
postPatch = ''