aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2021-10-14 13:29:57 +0200
committerWojtek Kosior <koszko@koszko.org>2021-10-14 13:29:57 +0200
commitbd767301579c2253d34f60d4ebc4a647cbee5a53 (patch)
tree4cc90daa54fb86f61a726ce18d4c86851d9c3f91 /configure
parentf318575f5a8a3533541b93ee6a018c5b35ee643b (diff)
downloadbrowser-extension-bd767301579c2253d34f60d4ebc4a647cbee5a53.tar.gz
browser-extension-bd767301579c2253d34f60d4ebc4a647cbee5a53.zip
merge build system
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index e348907..06a43eb 100755
--- a/configure
+++ b/configure
@@ -28,7 +28,7 @@ while [ "x$1" != x ]; do
"UPDATE_URL"=*) UPDATE_URL="$(echo "$1" | cut -c 12-)";;
--host=*) TARGET="$(echo "$1" | cut -c 8-)";;
--host) TARGET="$2"; shift;;
-
+
# browsers
chromium | chrome | google-chrome | mozilla |\
firefox | librewolf | icecat | iceweasel | abrowser |\
@@ -41,7 +41,7 @@ done
# Autodetect srcdir
if [ "x$SRCDIR" = x ]; then
SRCDIR=..
- if [ -f manifest.json ] && [ -f write_makefile.sh]; then
+ if [ -f manifest.json ] && [ -f write_makefile.sh ]; then
SRCDIR=.
fi
fi