From 91e9979ae3f08f10c8f9bb1bab96e87f01573e15 Mon Sep 17 00:00:00 2001 From: Christopher Spinrath <christopher.spinrath@rwth-aachen.de> Date: Sun, 27 Sep 2015 22:06:21 +0200 Subject: [PATCH] rootfs_remaster: fix whitespace error --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c127075..7cbc925 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 -- GitLab