aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
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"