summaryrefslogtreecommitdiffstats
path: root/bootstrap-prepare.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-prepare.sh')
-rwxr-xr-xbootstrap-prepare.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstrap-prepare.sh b/bootstrap-prepare.sh
index f4e1a2a..ec7a08f 100755
--- a/bootstrap-prepare.sh
+++ b/bootstrap-prepare.sh
@@ -64,6 +64,10 @@ prepare_file_system_fake()
# after busybox is built.
sudo mkdir -p "/usr/local/share/platconf/${PLAT}/busybox"
sudo touch "/usr/local/share/platconf/${PLAT}/busybox/busybox.config"
+
+ # opkhelper installs an opkbuild helper configuration script named
+ # "opkhelper". ProteanOS packages depend on "opkhelper-3.0".
+ ln -sf opkhelper /usr/local/share/opkbuild/helpers/opkhelper-3.0
}
prepare_packages_from_git()