Skip to content

Commit

Permalink
Merge pull request #50 from McArcady/deps
Browse files Browse the repository at this point in the history
fix list of debian dependencies
  • Loading branch information
McArcady authored May 1, 2021
2 parents c17be11 + 6d25cdf commit 585279b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/build/announcement.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ do_announcement_build() {
# fix start script
echo "#!/bin/sh" > ${script}
echo "cd ../../announcement" >> ${script}
echo "exec python run.py" >> ${script}
echo "exec python3 run.py" >> ${script}
CT_DoExecLog ALL chmod +x "${script}"

# add description
Expand Down
2 changes: 1 addition & 1 deletion scripts/build/debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ do_debian_extract() {
}

do_debian_build() {
do_fpm_build "deb" "libsdl-image1.2 libsdl-ttf2.0-0 libopenal-dev libsndfile-dev gnome-terminal openjdk-8-jre python3-tk python3-distutils python3-pil.imagetk qt5-default libqt5qml5 unionfs-fuse libcanberra-gtk-module"
do_fpm_build "deb" "libsdl-image1.2 libsdl-ttf2.0-0 libopenal1 libsndfile1 gnome-terminal openjdk-8-jre python3-tk python3-distutils python3-pil.imagetk libqt5qml5 libqt5concurrent5 libqt5gui5 unionfs-fuse libcanberra-gtk-module"
}

0 comments on commit 585279b

Please sign in to comment.