virtual-appliance/appliances/x/Makefile
Albert Hopkins 5a96cc75a1 scripts: add COPY and RUN helpers.
Makes the Makefile easier to write and the output a little nicer.  Inspired
by a similar tool ;-)
2018-10-27 11:04:00 -07:00

11 lines
130 B
Makefile

xdm_files = $(wildcard xdm/*)
preinstall:
postinstall: $(xdm_files)
COPY xdm/* /etc/X11/xdm
RUN systemctl enable xdm
clean: