We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f49834 commit 0b107d4Copy full SHA for 0b107d4
scriptmodules/ports/eduke32.sh
@@ -77,7 +77,7 @@ function install_eduke32() {
77
function game_data_eduke32() {
78
local dest="$romdir/ports/duke3d"
79
if [[ "$md_id" == "eduke32" ]]; then
80
- if [[ ! -f "$dest/duke3d.grp" ]]; then
+ if [[ ! -n $(find $dest -maxdepth 1 -iname duke3d.grp) ]]; then
81
mkUserDir "$dest"
82
local temp="$(mktemp -d)"
83
download "$__archive_url/3dduke13.zip" "$temp"
0 commit comments