diff options
| author | Simon Rettberg | 2025-11-19 15:58:54 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2025-11-19 15:59:38 +0100 |
| commit | a92a12fb0ef73ea56c8be625aaa551deba3d3599 (patch) | |
| tree | 170065a6caa6378e0e637dea3fe66d6a18906b77 /core/modules/vbox-src/module.conf.debian | |
| parent | [vbox-src/xscreensaver] Debian 13 (diff) | |
| download | mltk-a92a12fb0ef73ea56c8be625aaa551deba3d3599.tar.gz mltk-a92a12fb0ef73ea56c8be625aaa551deba3d3599.tar.xz mltk-a92a12fb0ef73ea56c8be625aaa551deba3d3599.zip | |
[vbox-src] Debian 13
Diffstat (limited to 'core/modules/vbox-src/module.conf.debian')
| -rw-r--r-- | core/modules/vbox-src/module.conf.debian | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/core/modules/vbox-src/module.conf.debian b/core/modules/vbox-src/module.conf.debian index 6e65d859..0e8b2ffa 100644 --- a/core/modules/vbox-src/module.conf.debian +++ b/core/modules/vbox-src/module.conf.debian @@ -24,8 +24,6 @@ REQUIRED_INSTALLED_PACKAGES=" usbutils xsltproc yasm -" -REQUIRED_CONTENT_PACKAGES=" usb.ids " # These are required for building 32-bit guest additions on 64-bit systems @@ -36,8 +34,5 @@ REQUIRED_INSTALLED_PACKAGES_X64_X86=" gcc-multilib g++-multilib " -REQUIRED_SYSTEM_FILES=" - /var/lib/usbutils/usb.ids -" -[ "$(uname -m)x" = "x86_64x" ] && REQUIRED_INSTALLED_PACKAGES+="$REQUIRED_INSTALLED_PACKAGES_X64_X86" +[ "$X86_64_I386" = "x86_64" ] && REQUIRED_INSTALLED_PACKAGES+="$REQUIRED_INSTALLED_PACKAGES_X64_X86" true |
