mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs.mk: Change default browser to xdg-utils
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
a7a6862b6c
commit
54321a8351
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ endif
|
|||
SED := $(shell which sed)
|
||||
CAT := /bin/cat
|
||||
SHELL ?= /bin/bash
|
||||
BROWSER ?= firefox
|
||||
BROWSER ?= xdg-utils
|
||||
RM := $(shell which rm)
|
||||
AR = /usr/bin/ar
|
||||
PWD := $(shell which pwd)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue