From 3de614811eac60cad83fe7367f97b66869770ad1 Mon Sep 17 00:00:00 2001 From: Christopher Spinrath <christopher.spinrath@rwth-aachen.de> Date: Sat, 10 Oct 2015 22:22:55 +0200 Subject: [PATCH] rootfs_remaster: update kde_files/skel files destination --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7cbc925..691cea3 100644 --- a/Makefile +++ b/Makefile @@ -241,9 +241,8 @@ ifneq ($(strip $(APT_SOURCE_URL_OVERRIDE)),) endif #set timezone echo -n "Europe/Berlin" > "$(call archdir,$*)$(ROOTFS)/etc/timezone" - #install kde defaults - mkdir -p "$(call archdir,$*)$(ROOTFS)/etc/skel/.kde/share/config/" - cp "$(CURDIR)/contrib/rootfs/kde_config/"* "$(call archdir,$*)$(ROOTFS)/etc/skel/.kde/share/config/" + #install skel files (in particular kde defaults) + cp -R "$(CURDIR)/contrib/rootfs/skel" "$(call archdir,$*)$(ROOTFS)/etc/" #install modprobe.d files cp "$(CURDIR)/contrib/rootfs/modprobe.d/"* "$(call archdir,$*)$(ROOTFS)/etc/modprobe.d/" #install sysctl.d files -- GitLab