GH-1266 fix ubuntu run script

This commit is contained in:
Petr Mrázek 2015-10-02 23:06:22 +02:00
parent ae4216de61
commit 7459eb627c
5 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Package: multimc
Version: 1.1-1
Version: 1.1-2
Architecture: all
Maintainer: Petr Mrázek <peterix@gmail.com>
Section: games

View File

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB

View File

@ -1,6 +1,7 @@
#!/bin/bash
INSTDIR=$XDG_DATA_HOME/multimc
INSTDIR="${XDG_DATA_HOME-$HOME/.local/share}/multimc"
if [ `getconf LONG_BIT` = "64" ]
then
PACKAGE="mmc-stable-lin64.tar.gz"