summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rwxr-xr-xdrain1
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0c48056..69e25fb 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# as published by Sam Hocevar. See the COPYING file for more details.
PACKAGE = pristine-etc-keeper
-VERSION = 20170128
+VERSION = 20170131
topsrcdir = .
topoutdir = .
diff --git a/drain b/drain
index c201727..71afb43 100755
--- a/drain
+++ b/drain
@@ -43,6 +43,7 @@ commit() (
(cd chroot/etc && etckeeper init -d "$PWD")
mv chroot/etc/.git etc.git
fi
+ rm -rf etc; ln -sfT chroot/etc etc # for compatibility with old installs
rm -rf chroot
mkdir chroot
cd chroot