diff options
author | P. J. McDermott <pjm@nac.net> | 2014-03-07 10:35:30 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-03-07 10:35:30 (EST) |
commit | c666c1718d2a4eed85c4ca05964e2ef7cffcd969 (patch) | |
tree | 38bc371f2bbe3a7843df410d056e5a012c09cbcd | |
parent | 9f4b8a8c279858b603aaf817603a887677837cd8 (diff) |
bootstrap-prepare.sh: Add opkbuild helper link.
-rwxr-xr-x | bootstrap-prepare.sh | 4 |
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() |