diff --git a/Makefile b/Makefile index c1270752b18243d5f00645dcce245a52f24c5b79..7cbc9257e605703fa64f3ff82b03dbb2f9c18f4e 100644 --- a/Makefile +++ b/Makefile @@ -243,7 +243,7 @@ endif 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/" + cp "$(CURDIR)/contrib/rootfs/kde_config/"* "$(call archdir,$*)$(ROOTFS)/etc/skel/.kde/share/config/" #install modprobe.d files cp "$(CURDIR)/contrib/rootfs/modprobe.d/"* "$(call archdir,$*)$(ROOTFS)/etc/modprobe.d/" #install sysctl.d files