diff options
author | P. J. McDermott <pjm@nac.net> | 2013-06-02 12:06:38 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-06-02 12:06:38 (EDT) |
commit | 18c9790b97d87a7c89a84209008789a0166d7015 (patch) | |
tree | 51a6caf5ac4b7b1eed2ce25cc5fed6f408336d60 | |
parent | bdbde0bc56eaff9da051b867294d8fe93d69b563 (diff) |
bootstrap-stage1-install.sh: chmod alternatives.
-rwxr-xr-x | bootstrap-stage1-install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap-stage1-install.sh b/bootstrap-stage1-install.sh index 59e293c..c79fbb9 100755 --- a/bootstrap-stage1-install.sh +++ b/bootstrap-stage1-install.sh @@ -133,6 +133,8 @@ configure_packages() done done + sudo chroot . chmod -R a+w /var/lib/opkg/alternatives + cd .. } |