Added support for installing files to ${prefix}/share/ and put the content
there by default. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1095 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
+8
-4
@@ -13,14 +13,18 @@ uqm_CFLAGS="$uqm_CFLAGS -I src -I src/sc2code -I src/sc2code/libs"
|
||||
|
||||
# Stuff to install under the directory for libraries, as specified during
|
||||
# config.
|
||||
uqm_INSTALL_LIBS="content executable"
|
||||
uqm_INSTALL_LIB_content_SRC=content
|
||||
uqm_INSTALL_LIB_content_DEST=uqm/
|
||||
uqm_INSTALL_LIB_content_MODE="go+rX"
|
||||
uqm_INSTALL_LIBS="executable"
|
||||
uqm_INSTALL_LIB_executable_SRC="$uqm_NAME"
|
||||
uqm_INSTALL_LIB_executable_DEST=uqm/uqm
|
||||
uqm_INSTALL_LIB_executable_MODE="0755"
|
||||
|
||||
# Stuff to install under the directory for system-independant data, as
|
||||
# specified during config.
|
||||
uqm_INSTALL_SHARED="content"
|
||||
uqm_INSTALL_SHARED_content_SRC=content
|
||||
uqm_INSTALL_SHARED_content_DEST=uqm/
|
||||
uqm_INSTALL_SHARED_content_MODE="go+rX"
|
||||
|
||||
# Stuff to install under the directory for binaries, as specified during
|
||||
# config.
|
||||
uqm_INSTALL_BINS=wrapper
|
||||
|
||||
Reference in New Issue
Block a user