Skip to content

Commit 8a2d3c3

Browse files
authored
Update eternity.sh
fixing compile errors
1 parent c5ea608 commit 8a2d3c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scriptmodules/ports/eternity.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ rp_module_id="eternity"
1414
rp_module_desc="Eternity Doom - Enhanced port of the official DOOM source"
1515
rp_module_licence="GPL3 https://github.com/team-eternity/eternity/blob/master/COPYING"
1616
rp_module_help="Please add your iWAD files to $romdir/ports/doom/ and reinstall eternity to create entries for each game to EmulationStation. Run 'chocolate-doom-setup' to configure your controls and options."
17-
rp_module_repo="git https://github.com/team-eternity/eternity.git master"
17+
rp_module_repo="git https://github.com/team-eternity/eternity.git master ab01fc5"
1818
rp_module_section="exp"
1919
rp_module_flags="!mali !x86"
2020

2121
function depends_eternity() {
22-
getDepends libsdl2-dev libsdl2-net-dev libsdl2-mixer-dev libsamplerate0-dev libpng-dev python-pil automake autoconf
22+
getDepends libsdl2-dev libsdl2-net-dev libsdl2-mixer-dev libsamplerate0-dev libpng-dev python3-pil automake autoconf
2323
}
2424

2525
function sources_eternity() {
@@ -121,4 +121,4 @@ function configure_eternity() {
121121
[[ "$md_mode" == "install" ]] && game_data_eternity
122122
[[ "$md_mode" == "remove" ]] && return
123123

124-
}
124+
}

0 commit comments

Comments
 (0)