1
0
Fork 0

fix sed command

This commit is contained in:
Anton Livaja 2025-03-03 06:59:46 -08:00
parent cd14e8b5a8
commit a7c22571cb
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
QUBES_DIRS = qubes dom0 QUBES_DIRS = qubes dom0
ALL_DIRS = $(shell ls -d *\ | sed 's#\##') ALL_DIRS = $(shell ls -d */ | sed 's#/##')
GENERAL_DIRS = $(filter-out $(QUBES_DIRS), $(ALL_DIRS)) GENERAL_DIRS = $(filter-out $(QUBES_DIRS), $(ALL_DIRS))
.PHONY: all update-git-submodule apply-general apply-qubes install-apt-essentials clean .PHONY: all update-git-submodule apply-general apply-qubes install-apt-essentials clean