mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-22 22:20:39 +01:00
projects-dir.mk: Add xdg-utils to BASE_PKGS (for xdg-open)
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
55cc335140
commit
fb22c800dc
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
SHELL = /bin/bash -o pipefail
|
SHELL = /bin/bash -o pipefail
|
||||||
PROJECTS_TXT ?= projects.txt
|
PROJECTS_TXT ?= projects.txt
|
||||||
JW_BUILD_VERBOSE ?= false
|
JW_BUILD_VERBOSE ?= false
|
||||||
BASE_PKGS = git cvs make sudo time time
|
BASE_PKGS = git cvs make sudo time time xdg-utils
|
||||||
PREREQ_RELEASE ?= pull
|
PREREQ_RELEASE ?= pull
|
||||||
|
|
||||||
# ------------ evaluate Makefile and environment variables
|
# ------------ evaluate Makefile and environment variables
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue