appliances/x: cleanups
This commit is contained in:
parent
442699acb0
commit
b8c6f17e24
|
@ -1,9 +1,13 @@
|
|||
xdm_files = $(wildcard xdm/*)
|
||||
xdm_files := $(wildcard xdm/*)
|
||||
xdm_targets := $(patsubst %,$(CHROOT)/etc/X11/%,$(xdm_files))
|
||||
|
||||
|
||||
$(CHROOT)/etc/X11/xdm/%: xdm/%
|
||||
cp $< $@
|
||||
|
||||
preinstall:
|
||||
|
||||
postinstall: $(xdm_files)
|
||||
COPY xdm/* /etc/X11/xdm
|
||||
postinstall: $(xdm_targets)
|
||||
RUN systemctl enable xdm
|
||||
|
||||
clean:
|
||||
|
|
|
@ -2,3 +2,4 @@ PYTHON_TARGETS="python3_6"
|
|||
PYTHON_SINGLE_TARGET="python3_6"
|
||||
VIDEO_CARDS=""
|
||||
INPUT_DEVICES=""
|
||||
INSTALL_MASK="$INSTALL_MASK /etc/X11/xdm/Xaccess /etc/X11/xdm/xdm-config /etc/X11/xdm/Xservers"
|
||||
|
|
Loading…
Reference in New Issue