|
|
| |
pkg_setup() { | pkg_setup() { |
games_pkg_setup | games_pkg_setup |
|
|
|
if built_with_use "games-fps/quake2-demodata" symlink ; then |
|
eerror "The symlink for the demo data conflicts with the cdinstall data" |
|
die "Unmerge games-fps/quake2-demodata to remove the conflict" |
|
fi |
|
|
export CDROM_SET_NAMES=("Existing Install" "Ultimate Quake Edition" "Quake2 CD" "Quake4 Bonus DVD") | export CDROM_SET_NAMES=("Existing Install" "Ultimate Quake Edition" "Quake2 CD" "Quake4 Bonus DVD") |
cdrom_get_cds baseq2:Install/patch:Install:Movies | cdrom_get_cds baseq2:Install/patch:Install:Movies |
} | } |