diff options
Diffstat (limited to 'sh/init.sh.GNU.in')
-rw-r--r-- | sh/init.sh.GNU.in | 2 |
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 |