GH-1266 fix ubuntu run script
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
				
			|||||||
Package: multimc
 | 
					Package: multimc
 | 
				
			||||||
Version: 1.1-1
 | 
					Version: 1.1-2
 | 
				
			||||||
Architecture: all
 | 
					Architecture: all
 | 
				
			||||||
Maintainer: Petr Mrázek <peterix@gmail.com>
 | 
					Maintainer: Petr Mrázek <peterix@gmail.com>
 | 
				
			||||||
Section: games
 | 
					Section: games
 | 
				
			||||||
| 
		 Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB  | 
@@ -1,6 +1,7 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
INSTDIR=$XDG_DATA_HOME/multimc
 | 
					INSTDIR="${XDG_DATA_HOME-$HOME/.local/share}/multimc"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if [ `getconf LONG_BIT` = "64" ]
 | 
					if [ `getconf LONG_BIT` = "64" ]
 | 
				
			||||||
then
 | 
					then
 | 
				
			||||||
    PACKAGE="mmc-stable-lin64.tar.gz"
 | 
					    PACKAGE="mmc-stable-lin64.tar.gz"
 | 
				
			||||||
		Reference in New Issue
	
	Block a user