Skip to content
Snippets Groups Projects
Commit f4d7ede8 authored by osak buildhauer user's avatar osak buildhauer user
Browse files

Fix thinko

parent 84b9e2b3
Branches
No related tags found
No related merge requests found
......@@ -247,7 +247,7 @@ endif
echo -n "Europe/Berlin" > "$(call archdir,$*)$(ROOTFS)/etc/timezone"
#install system wide xdg files (in particular kde defaults)
mkdir -p "$(call archdir,$*)$(ROOTFS)/etc/xdg"
cp -R "$(CURDIR)/contrib/rootfs/xdg/*" "$(call archdir,$*)$(ROOTFS)/etc/xdg"
cp -R $(CURDIR)/contrib/rootfs/xdg/* "$(call archdir,$*)$(ROOTFS)/etc/xdg"
#install modprobe.d files
cp "$(CURDIR)/contrib/rootfs/modprobe.d/"* "$(call archdir,$*)$(ROOTFS)/etc/modprobe.d/"
#install sysctl.d files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment