aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Hill <rhill@raymondhill.net>2014-11-16 08:47:47 -0200
committerRaymond Hill <rhill@raymondhill.net>2014-11-16 08:47:47 -0200
commit2b957dc38920ca53e3d7b6dc38bbdfe15a99c2a1 (patch)
tree3ebe8162423145d2ab88b34fafcf9e4af78a1a3d
parent84c069dfaa607391505a0d9ddb6c3a554fa690fe (diff)
downloaduBlock-2b957dc38920ca53e3d7b6dc38bbdfe15a99c2a1.zip
uBlock-2b957dc38920ca53e3d7b6dc38bbdfe15a99c2a1.tar.gz
uBlock-2b957dc38920ca53e3d7b6dc38bbdfe15a99c2a1.tar.bz2
respect project layout as set by @Deathamns
-rwxr-xr-xtools/make-chrome.sh2
-rw-r--r--tools/make-clean.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/make-chrome.sh b/tools/make-chrome.sh
index 3dae2e3..c7f0c40 100755
--- a/tools/make-chrome.sh
+++ b/tools/make-chrome.sh
@@ -4,7 +4,7 @@
echo "*** uBlock.chromium: Creating web store package"
echo "*** uBlock.chromium: Copying files"
-DES=dist/uBlock.chromium
+DES=dist/build/uBlock.chromium
mkdir -p $DES
cp -R assets $DES/
rm $DES/assets/*.sh
diff --git a/tools/make-clean.sh b/tools/make-clean.sh
index a110926..9a80846 100644
--- a/tools/make-clean.sh
+++ b/tools/make-clean.sh
@@ -3,5 +3,5 @@
# This script assumes a linux environment
echo "*** uBlock: Cleaning."
-rm -R dist/ublock/*
+rm -R dist/build
echo "*** uBlock: Cleaned."