about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2020-04-20 01:11:29 +0100
committerSilvino Silva <silvino@bk.ru>2020-04-20 01:11:29 +0100
commit7eea7fa331de0b2308ec256db86e3edcfea6963f (patch)
treec058212047c2eecaba1776b7d98d2563e23beeaf
parent6ca80c0a296cb44bc2b335211df86e8a95383cdf (diff)
downloaddoc-7eea7fa331de0b2308ec256db86e3edcfea6963f.tar.gz
fix install-core.sh, remove elfutils from opt
-rw-r--r--core/scripts/install-core.sh2
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() {