Restructure packages

This commit is contained in:
David Tomaschik
2025-04-30 14:16:43 -07:00
parent 422c56139f
commit 61e81f33c8
9 changed files with 2 additions and 9 deletions

View File

@@ -231,7 +231,7 @@ run_as_root() {
} }
install_pkg_set() { install_pkg_set() {
local pkg_file=${BASEDIR}/${1} local pkg_file=${BASEDIR}/packages/${1}
local pkg_list="" local pkg_list=""
if [ ! -f "${pkg_file}" ] ; then if [ ! -f "${pkg_file}" ] ; then
echo "Package set $(basename "${pkg_file}") does not exist." 1>&2 echo "Package set $(basename "${pkg_file}") does not exist." 1>&2
@@ -436,7 +436,7 @@ case $OPERATION in
;; ;;
package*) package*)
PKG_SET=${2:-minimal} PKG_SET=${2:-minimal}
install_pkg_set "packages.${PKG_SET}" install_pkg_set "${PKG_SET}"
;; ;;
test) test)
# Do nothing, just sourcing # Do nothing, just sourcing

View File

@@ -1,2 +0,0 @@
gcc-multilib
g++-multilib

View File

@@ -1,5 +0,0 @@
ipython
keystone-engine
unicorn
capstone
ropper