Install routine for MacOS X.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1776 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2005-05-15 21:51:23 +00:00
parent 7a05412ebd
commit 23d1d96b70
3 changed files with 96 additions and 7 deletions
+5
View File
@@ -321,6 +321,11 @@ installsome() {
# Install the program
build_install() {
eval "${TARGET}_install"
}
# Generic installation routine
generic_install() {
local SRC DEST MODE OWNER
eval "${TARGET}_pre_install"