|
|
| |
pkg_setup() { | pkg_setup() { |
games_pkg_setup | games_pkg_setup |
|
|
|
if built_with_use "games-fps/quake1-demodata" symlink ; then |
|
eerror "The symlink for the demo data conflicts with the cdinstall data" |
|
die "Unmerge games-fps/quake1-demodata to remove the conflict" |
|
fi |
|
|
export CDROM_SET_NAMES=("Existing Install" "Quake CD" "Ultimate Quake Collection") | export CDROM_SET_NAMES=("Existing Install" "Quake CD" "Ultimate Quake Collection") |
cdrom_get_cds id1:q101_int.1:Setup/ID1 | cdrom_get_cds id1:q101_int.1:Setup/ID1 |
} | } |