From f4cdf84714f7ddba795b20640d1390721871a5b0 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Mon, 21 Nov 2022 17:00:27 +0100 Subject: make reinstall possible --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 3c5f7e8..1e7e37b 100644 --- a/Makefile +++ b/Makefile @@ -67,6 +67,9 @@ fake-client: fake-client-setup-mounts.sh hosts install: container.scm sdists cp guix-container.sh /etc/init.d/guix-container mkdir -p /usr/local/bin + if [ -e /usr/local/bin/guix-container ]; then \ + rm /usr/local/bin/guix-container; \ + fi $(GUIX_SYS_CONTAINER) container.scm -r /usr/local/bin/guix-container reinstall: -- cgit v1.2.3