Skip to content

Commit c5ea608

Browse files
authored
Update eternity-system.sh
fixing compile error
1 parent fcdaed7 commit c5ea608

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scriptmodules/ports/eternity-system.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ rp_module_id="eternity-system"
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-system() {
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-system() {
@@ -67,4 +67,4 @@ function configure_eternity-system() {
6767

6868
[[ "$md_mode" == "install" ]] && game_data_doom
6969
[[ "$md_mode" == "remove" ]] && return
70-
}
70+
}

0 commit comments

Comments
 (0)