]> git.proxmox.com Git - pve-installer.git/commitdiff
add xinitrc and Xdefaults to INSTALLER_SOURCES
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 20 Nov 2017 06:21:43 +0000 (07:21 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 20 Nov 2017 06:21:43 +0000 (07:21 +0100)
Makefile

index f5149df89906b606ff897cc19c5eb302f6648625..679fcd04dd6759647dcb6647a4691fe8435948fa 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,8 @@ INSTALLER_SOURCES=            \
        interfaces              \
        proxlogo.png            \
        checktime               \
+       xinitrc                 \
+       Xdefaults               \
        proxinstall
 
 HTML_SOURCES=$(wildcard html/*.htm) $(wildcard html/*.css) $(wildcard html/*.png)