about summary refs log tree commit diff stats
path: root/core/scripts/install-core.sh
diff options
context:
space:
mode:
Diffstat (limited to 'core/scripts/install-core.sh')
-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() {