[Pkg-mozext-commits] [sage-extension] 04/20: install.js fix
David Prévot
taffit at moszumanska.debian.org
Fri May 1 03:10:25 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to tag sage_1_2
in repository sage-extension.
commit 316960aefae647742075577166feb608e6fc02fb
Author: Peter Andrews <petea at jhu.edu>
Date: Wed Jun 23 22:40:03 2004 +0000
install.js fix
---
src/install.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/install.js b/src/install.js
index 8029bdc..551f59e 100755
--- a/src/install.js
+++ b/src/install.js
@@ -1,7 +1,7 @@
const APP_NAME = "Sage";
const APP_CHROME_NAME = "sage";
const APP_VERSION = "1.1";
-const APP_FILE = "chrome/sage.jar";
+const APP_FILE = "sage.jar";
const APP_CONTENTS_PATH = "content/";
const APP_SKIN_CLASSIC_PATH = "skin/classic/";
const APP_LOCALE_ENUS_PATH = "locale/en-US/";
@@ -14,7 +14,7 @@ initInstall(APP_NAME, APP_CHROME_NAME, APP_VERSION);
var chromeFolder = getFolder("Current User", "chrome");
setPackageFolder(chromeFolder);
-addFile(APP_NAME, APP_FILE, chromeFolder, "");
+addFile(APP_NAME, "chrome/" + APP_FILE, chromeFolder, "");
var jarFolder = getFolder(chromeFolder, APP_FILE);
registerChrome(CONTENT | PROFILE_CHROME, jarFolder, APP_CONTENTS_PATH);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/sage-extension.git
More information about the Pkg-mozext-commits
mailing list