Skip to content

Commit 86cde47

Browse files
committed
Start moving scripts into a utils/ subdirectory
1 parent 6b93608 commit 86cde47

File tree

7 files changed

+4
-4
lines changed

7 files changed

+4
-4
lines changed

chromium/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
"<all_urls>"
2323
],
2424
"update_url": "https://www.eff.org/files/https-everywhere-chrome-updates.xml",
25-
"version": "2012.5.1"
25+
"version": "2012.5.9"
2626
}

makecrx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ do_not_ship="*.py *.xml icon.jpg"
7474
rm -f $do_not_ship
7575
cd ../..
7676

77-
. ./merge-rulesets.sh
77+
. ./utils/merge-rulesets.sh
7878

7979
cp src/$RULESETS pkg/crx/rules/default.rulesets
8080

makexpi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ if [ -e "$GIT_OBJECT_FILE" ]; then
8282
fi
8383

8484

85-
sh ./merge-rulesets.sh
85+
sh ./utils/merge-rulesets.sh
8686
cd src
8787

8888
# Build the XPI!
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# merge version and the current merge version.
99
# 1. Update the FROM and TO versions appropriately below.
1010
# 2 execute:
11-
# ./diff-noscript.sh > noscript-merge.diff
11+
# ./utils/diff-noscript.sh > noscript-merge.diff
1212
# cd ./src/chrome/content/code/
1313
# patch -p4 < ../../../../noscript-merge.diff
1414
# 3. Clean up the mess.

0 commit comments

Comments
 (0)