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:
|
preinstall:
|
||||||
|
|
||||||
postinstall: $(xdm_files)
|
postinstall: $(xdm_targets)
|
||||||
COPY xdm/* /etc/X11/xdm
|
|
||||||
RUN systemctl enable xdm
|
RUN systemctl enable xdm
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
|
@ -2,3 +2,4 @@ PYTHON_TARGETS="python3_6"
|
||||||
PYTHON_SINGLE_TARGET="python3_6"
|
PYTHON_SINGLE_TARGET="python3_6"
|
||||||
VIDEO_CARDS=""
|
VIDEO_CARDS=""
|
||||||
INPUT_DEVICES=""
|
INPUT_DEVICES=""
|
||||||
|
INSTALL_MASK="$INSTALL_MASK /etc/X11/xdm/Xaccess /etc/X11/xdm/xdm-config /etc/X11/xdm/Xservers"
|
||||||
|
|
Loading…
Reference in New Issue