From ac53c9a658589456c678b6bfe674a66a3845e564 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 12 Sep 2016 11:20:26 -0500 Subject: sh/init.sh: fix the test for cache restoration This fixes the test for cache restoration since we are no longer caching the dependency tree. --- sh/init.sh.GNU.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh/init.sh.GNU.in') diff --git a/sh/init.sh.GNU.in b/sh/init.sh.GNU.in index f08bac73..08a492a1 100644 --- a/sh/init.sh.GNU.in +++ b/sh/init.sh.GNU.in @@ -36,7 +36,7 @@ ebegin "Creating $RC_SVCDIR" mkdir -p $RC_SVCDIR eend $? -if [ -e "$RC_LIBEXECDIR"/cache/deptree ]; then +if [ -e "$RC_LIBEXECDIR"/cache/softlevel ]; then cp -p "$RC_LIBEXECDIR"/cache/* "$RC_SVCDIR" 2>/dev/null fi -- cgit v1.2.3