commit | 87f6fc975b08fa37edb2d6790e46bd8e2c27c536 | [log] [tgz] |
---|---|---|
author | Rebecca Murphey <rmurphey@gmail.com> | Sun Apr 03 16:52:14 2011 -0400 |
committer | Rebecca Murphey <rmurphey@gmail.com> | Sun Apr 03 16:52:14 2011 -0400 |
tree | 04a1aaa805f3ec89d2dff68b46a0c6722dafc12f | |
parent | 50e6095fa9a12b837757d2c99f833bd8d4a5d875 [diff] |
fix build path substitution
diff --git a/util/build.sh b/util/build.sh index 1e4c645..b5b54d5 100755 --- a/util/build.sh +++ b/util/build.sh
@@ -40,4 +40,4 @@ sed -i -e "s/var _dbpDev = true;//" "$DISTDIR/index.html" -sed -i -e "s/js\/dojo-release-1.6.0-src/dist/" "$DISTDIR/index.html" +sed -i -e "s/js\/dojo-release-1.6.0-src/js/" "$DISTDIR/index.html"