Skip to content

Commit 6d3bd05

Browse files
committed
tooling: Remove obsolete reference to pacman
1 parent 2038c80 commit 6d3bd05

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile.setup

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ APT := $(or \
2323
)
2424
APT_ARGS := --no-install-recommends -y
2525

26-
PACMAN := $(shell command -v pacman 2>/dev/null)
27-
PACMAN_ARGS := --noconfirm --needed
28-
2926
PIP := $(or \
3027
$(shell command -v pip3 2>/dev/null), \
3128
$(shell command -v pip 2>/dev/null) \

0 commit comments

Comments
 (0)