This is an automated email from the ASF dual-hosted git repository.

bigosmallm pushed a commit to branch feature/royale-cli
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit 3db5fa7f5efe9dadfe6b3beb6ecc96a878f3a121
Author: Om Muppirala <omuppir...@mz.com>
AuthorDate: Wed Feb 14 19:20:42 2018 -0800

    Fix post installation cleanup paths during js-swf install
---
 npm/js-swf/dependencies/download_dependencies.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/npm/js-swf/dependencies/download_dependencies.js 
b/npm/js-swf/dependencies/download_dependencies.js
index 6145a8f..1519235 100644
--- a/npm/js-swf/dependencies/download_dependencies.js
+++ b/npm/js-swf/dependencies/download_dependencies.js
@@ -47,7 +47,7 @@ function updateScriptEOL()
 {
     try
     {
-        var dirPath = path.join(__dirname, '..', '..', 'js', 'bin');
+        var dirPath = path.join(__dirname, '..', '..', '..', 'js', 'bin');
         var files = fs.readdirSync(dirPath);
         do
         {
@@ -81,7 +81,7 @@ function updateScriptPermissions()
     var mode = parseInt('755', 8);
     try
     {
-        var dirPath = path.join(__dirname, '..', '..', 'js', 'bin');
+        var dirPath = path.join(__dirname, '..', '..', '..', 'js', 'bin');
         var files = fs.readdirSync(dirPath);
         do
         {

-- 
To stop receiving notification emails like this one, please contact
bigosma...@apache.org.

Reply via email to