Using share/ for system-independant data.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1096 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2003-08-10 18:49:58 +00:00
parent 8c3af8ca01
commit 4a55a2ca80
3 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -101,8 +101,8 @@ show_components_menu() {
INPUT_install_prefix_TITLE="Installation prefix"
#INPUT_install_prefix_TEXT=\
#" This is the top directory where the game data will be installed.
# In the directory you specify directories like 'lib' and 'bin' will
# be used.
# In the directory you specify directories like 'bin', 'lib' and 'share'
# will be used.
#"
if [ "$(id -u)" -eq 0 ]; then
INPUT_install_prefix_DEFAULT="/usr/local/games/"