diff options
Diffstat (limited to 'games/mgba/mgba.SlackBuild')
-rw-r--r-- | games/mgba/mgba.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/mgba/mgba.SlackBuild b/games/mgba/mgba.SlackBuild index 51eee66448..1452970284 100644 --- a/games/mgba/mgba.SlackBuild +++ b/games/mgba/mgba.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mgba -VERSION=${VERSION:-0.2.1} +VERSION=${VERSION:-0.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -70,9 +70,6 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# Install libraries into the correct directories. -patch -p1 --verbose < $CWD/correct_libdir.patch - mkdir -p build cd build cmake \ |