Author: justi9
Date: 2010-05-10 12:00:01 -0400 (Mon, 10 May 2010)
New Revision: 3951
Modified:
mgmt/newdata/cumin/Makefile
Log:
Copy binaries with more discrimination; add wsgiserver license files
Modified: mgmt/newdata/cumin/Makefile
===================================================================
--- mgmt/newdata/cumin/Makefile 2010-05-10 15:42:52 UTC (rev 3950)
+++ mgmt/newdata/cumin/Makefile 2010-05-10 16:00:01 UTC (rev 3951)
@@ -10,9 +10,11 @@
install: build
install -d ${BIN_DIR}
- install -pm 0755 bin/* ${BIN_DIR}
+ install -pm 0755 bin/cumin bin/cumin-* ${BIN_DIR}
install -d ${DOC_DIR}/${name}
install -pm 0644 LICENSE COPYING ${DOC_DIR}/${name}
+ install -pm 0644 ../wooly/LICENSE-for-wsgiserver ${DOC_DIR}/${name}
+ install -pm 0644 ../wooly/COPYING-for-wsgiserver ${DOC_DIR}/${name}
install -d ${home}/model
install -pm 0644 model/*.xml ${home}/model
install -d ${home}/resources
Show replies by date