Searched refs:ARCH_PACKAGE (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Installer/linux/
H A Drun-inst.sh193 ARCH_PACKAGE="$PACKAGE-$cpu.tar.bz2"
194 if [ ! -r "$ARCH_PACKAGE" ]; then
344 bzip2 -d -c "$ARCH_PACKAGE" | tar -tf - |
357 bzip2 -d -c "$ARCH_PACKAGE" | tar -xf - -C "$INSTALLATION_DIR" || exit 1

Completed in 41 milliseconds