From c666c1718d2a4eed85c4ca05964e2ef7cffcd969 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 07 Mar 2014 10:35:30 -0500 Subject: bootstrap-prepare.sh: Add opkbuild helper link. --- 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() -- cgit v0.9.1