From 365f4381241822ec92fd82876543c274636ab98c Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Sat, 15 Dec 2018 19:29:01 +0100
Subject: [PATCH] Fix bug.

---
 all_new_2018/setup_scripts/hardlink_etc.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/all_new_2018/setup_scripts/hardlink_etc.sh b/all_new_2018/setup_scripts/hardlink_etc.sh
index d6f2987..9d9acc2 100755
--- a/all_new_2018/setup_scripts/hardlink_etc.sh
+++ b/all_new_2018/setup_scripts/hardlink_etc.sh
@@ -9,7 +9,7 @@
 # CAUTION: This removes original files at the affected paths.
 set -e
 
-config_tree_prefix="${HOME}/config/all_new_2018/linkable_etc_files"
+config_tree_prefix="${HOME}/config/all_new_2018"
 linkable_files_dir="${config_tree_prefix}/linkable_etc_files"
 
 for target in "$@"; do
-- 
2.30.2