GNU bug report logs -
#50938
[PATCH] etc: Do not clean guix-gc.timer
Previous Next
Reported by: Matthew James Kraai <kraai <at> ftbfs.org>
Date: Fri, 1 Oct 2021 14:38:01 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <othacehe <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* nix/local.mk (dist_systemdservice_DATA): New.
(nodist_systemdservice_DATA): Remove guix-gc.timer.
(EXTRA_DIST): Remove guix-gc.timer.
---
nix/local.mk | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/nix/local.mk b/nix/local.mk
index d6b4d7faeb..b0cce85cab 100644
--- a/nix/local.mk
+++ b/nix/local.mk
@@ -150,12 +150,13 @@ noinst_HEADERS = \
# The '.service' files for systemd.
systemdservicedir = $(libdir)/systemd/system
+dist_systemdservice_DATA = \
+ etc/guix-gc.timer
nodist_systemdservice_DATA = \
etc/gnu-store.mount \
etc/guix-daemon.service \
etc/guix-publish.service \
- etc/guix-gc.service \
- etc/guix-gc.timer
+ etc/guix-gc.service
etc/%.mount: etc/%.mount.in \
$(top_builddir)/config.status
@@ -219,7 +220,6 @@ EXTRA_DIST += \
etc/guix-publish.service.in \
etc/guix-publish.conf.in \
etc/guix-gc.service.in \
- etc/guix-gc.timer \
etc/init.d/guix-daemon.in \
etc/openrc/guix-daemon.in
--
2.33.0
This bug report was last modified 3 years and 317 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.