Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
osak
lipck
Commits
91e9979a
Commit
91e9979a
authored
Sep 27, 2015
by
Christopher Spinrath
Browse files
rootfs_remaster: fix whitespace error
parent
6f1f7cfc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
91e9979a
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment