diff options
author | Wojtek Kosior <koszko@koszko.org> | 2021-10-14 13:29:57 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2021-10-14 13:29:57 +0200 |
commit | bd767301579c2253d34f60d4ebc4a647cbee5a53 (patch) | |
tree | 4cc90daa54fb86f61a726ce18d4c86851d9c3f91 /configure | |
parent | f318575f5a8a3533541b93ee6a018c5b35ee643b (diff) | |
download | browser-extension-bd767301579c2253d34f60d4ebc4a647cbee5a53.tar.gz browser-extension-bd767301579c2253d34f60d4ebc4a647cbee5a53.zip |
merge build system
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |