aboutsummaryrefslogtreecommitdiff
path: root/sh/init.sh.GNU.in
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2016-09-12 11:20:26 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2016-09-12 12:58:31 -0500
commitac53c9a658589456c678b6bfe674a66a3845e564 (patch)
tree98ffdef95376c800caf88cf91e94485badba8d77 /sh/init.sh.GNU.in
parentb02ff466fa75cc4b5bcfaff3f2989cc65c823f43 (diff)
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.
Diffstat (limited to 'sh/init.sh.GNU.in')
-rw-r--r--sh/init.sh.GNU.in2
1 files changed, 1 insertions, 1 deletions
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