Skip to content
This repository was archived by the owner on Aug 15, 2017. It is now read-only.

Commit edae411

Browse files
committed
Removed app and app_packages from distributed code.
1 parent 0637ccd commit edae411

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build.sh

+1-5
Original file line numberDiff line numberDiff line change
@@ -747,10 +747,6 @@ function run_distribute() {
747747
info "Run distribute"
748748

749749
cd "$DIST_PATH"
750-
debug "Create Python directory structure"
751-
try mkdir -p app
752-
try mkdir -p app_packages
753-
754750
debug "Copy python distribution"
755751
# $HOSTPYTHON -OO -m compileall $BUILD_PATH/python-install
756752
try cp -a "$BUILD_PATH/python-install" python
@@ -766,7 +762,7 @@ function run_distribute() {
766762

767763
debug "Install rubicon"
768764

769-
# (Naive) Install of Python library
765+
# (Naive) Install of Rubicon library into Python site-packages
770766
try cp -r "$BUILD_rubicon/rubicon" python/lib/python2.7/site-packages
771767

772768
debug "Fix permissions"

0 commit comments

Comments
 (0)