aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorjahoti <jahoti@tilde.team>2021-10-14 00:00:00 +0000
committerjahoti <jahoti@tilde.team>2021-10-14 00:00:00 +0000
commitef5ae6490afa35f79dd830e3c84fa8ab5e623a2e (patch)
tree647fc8a86e27ff58d32e60be3a5438efa0df3ebe /build.sh
parentee53045fb37bbd80cef4c899dff6b077df5260d6 (diff)
downloadbrowser-extension-ef5ae6490afa35f79dd830e3c84fa8ab5e623a2e.tar.gz
browser-extension-ef5ae6490afa35f79dd830e3c84fa8ab5e623a2e.zip
Adjust makefile targets
Rename some files used in building and remove redundant aliases
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 97d9c6e..80978e9 100755
--- a/build.sh
+++ b/build.sh
@@ -305,7 +305,7 @@ main() {
SRCDIR="${2:-.}"
if [ -d "$SRCDIR" ]; then
- BUILDDIR="$(realpath build_$BROWSER)"
+ BUILDDIR="$(realpath $BROWSER-unpacked)"
rm -rf "$BUILDDIR"
mkdir "$BUILDDIR"
cd "$SRCDIR"