forked from lrvick/dotfiles
fix sed command
This commit is contained in:
parent
cd14e8b5a8
commit
a7c22571cb
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue