GH-1266 fix ubuntu run script
This commit is contained in:
parent
ae4216de61
commit
7459eb627c
@ -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
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
@ -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"
|
Loading…
Reference in New Issue
Block a user