| Index: ports/SDL_mixer/build.sh
|
| diff --git a/ports/SDL_mixer/build.sh b/ports/SDL_mixer/build.sh
|
| old mode 100755
|
| new mode 100644
|
| index bcea380c72bbcfd34f4e42028d966278a433d0a2..0afda722a3a4813332026678bec39fff7db9fa3c
|
| --- a/ports/SDL_mixer/build.sh
|
| +++ b/ports/SDL_mixer/build.sh
|
| @@ -3,8 +3,6 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source pkg_info
|
| -source ../../build_tools/common.sh
|
|
|
| CONFIG_SUB=build-scripts/config.sub
|
|
|
| @@ -45,7 +43,3 @@ ConfigureStep() {
|
| --disable-music-flac \
|
| --disable-music-mp3
|
| }
|
| -
|
| -
|
| -PackageInstall
|
| -exit 0
|
|
|