diff options
author | Silvino Silva <silvino@bk.ru> | 2020-04-20 01:11:29 +0100 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2020-04-20 01:11:29 +0100 |
commit | 7eea7fa331de0b2308ec256db86e3edcfea6963f (patch) | |
tree | c058212047c2eecaba1776b7d98d2563e23beeaf /core/scripts/install-core.sh | |
parent | 6ca80c0a296cb44bc2b335211df86e8a95383cdf (diff) | |
download | doc-7eea7fa331de0b2308ec256db86e3edcfea6963f.tar.gz |
fix install-core.sh, remove elfutils from opt
Diffstat (limited to 'core/scripts/install-core.sh')
-rw-r--r-- | core/scripts/install-core.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/scripts/install-core.sh b/core/scripts/install-core.sh index 7c3f094..078aa3b 100644 --- a/core/scripts/install-core.sh +++ b/core/scripts/install-core.sh @@ -127,8 +127,6 @@ install_packages() { $CHROOT/usr/bin/pkgadd -f -r $CHROOT ${PORT_PKG}/opt/tmux#* echo "Installing ${PORT_PKG}/opt/prt-utils" $CHROOT/usr/bin/pkgadd -f -r $CHROOT ${PORT_PKG}/opt/prt-utils#* - echo "Installing ${PORT_PKG}/opt/elfutils" - $CHROOT/usr/bin/pkgadd -f -r $CHROOT ${PORT_PKG}/opt/elfutils#* } print_data() { |