mirror of
https://github.com/UberGames/GtkRadiant.git
synced 2024-11-30 07:31:30 +00:00
12b372f89c
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant@1 8a3a26a2-13c4-0310-b231-cf6edde360e5
15 lines
342 B
Bash
15 lines
342 B
Bash
#
|
|
# Use this script to customize the installer bootstrap script
|
|
#
|
|
|
|
# override some defaults
|
|
|
|
# try to get root prior to running setup?
|
|
# 0: no
|
|
# 1: prompt, but run anyway if fails
|
|
# 2: require, abort if root fails
|
|
ifdef(`M4_OSX', `GET_ROOT=2')
|
|
|
|
FATAL_ERROR="Please report to http://zerowing.idsoftware.com/bugzilla/"
|
|
|
|
#XSU_ICON="-i icon.xpm"
|