From ef5ae6490afa35f79dd830e3c84fa8ab5e623a2e Mon Sep 17 00:00:00 2001 From: jahoti Date: Thu, 14 Oct 2021 00:00:00 +0000 Subject: Adjust makefile targets Rename some files used in building and remove redundant aliases --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') 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" -- cgit v1.2.3