apt-dater: fix build (#414933)

This commit is contained in:
Aleksana 2025-06-09 13:32:06 +08:00 committed by GitHub
commit 2382728eaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = ''