aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 09a59046f6..491e5ab56f 100755
--- a/install.sh
+++ b/install.sh
@@ -33,6 +33,8 @@ do
done
cd -
cp -fdR $src/* $dst
+# hack to fixup the case that init.d is a symlink
+cp -fdR $src/etc/init.d/* $dst/etc/init.d/
echo "All done."
echo "Checking to see whether prerequisite tools are installed..."