mirror of
https://github.com/TTimo/doom3.gpl.git
synced 2026-03-20 08:59:42 +01:00
hello world
This commit is contained in:
17
neo/sys/linux/setup/image-sdk/setup.data/config.sh
Normal file
17
neo/sys/linux/setup/image-sdk/setup.data/config.sh
Normal file
@@ -0,0 +1,17 @@
|
||||
#
|
||||
# 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
|
||||
GET_ROOT=0
|
||||
|
||||
FATAL_ERROR="Error running installer. See http://zerowing.idsoftware.com/linux/ for troubleshooting"
|
||||
|
||||
#XSU_ICON="-i icon.xpm"
|
||||
|
||||
#SU_MESSAGE="It is recommended to run this installation as root.\nPlease enter the root password, or hit return to continue as user"
|
||||
19
neo/sys/linux/setup/image-sdk/setup.data/setup.xml.in
Normal file
19
neo/sys/linux/setup/image-sdk/setup.data/setup.xml.in
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<install product="doom3-sdk" desc="DOOM III SDK" version="M4_VERSION" nouninstall="yes">
|
||||
<eula>
|
||||
License.SDK.txt
|
||||
</eula>
|
||||
<readme>
|
||||
README.SDK.txt
|
||||
</readme>
|
||||
doom3-sdk
|
||||
<option required="true">
|
||||
DOOM III SDK
|
||||
<files>
|
||||
MayaSetupStuff.zip
|
||||
src
|
||||
base
|
||||
vehicles
|
||||
</files>
|
||||
</option>
|
||||
</install>
|
||||
Reference in New Issue
Block a user