Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archiso
Commits
a13b0e82
Commit
a13b0e82
authored
Sep 12, 2012
by
Gerardo Exequiel Pozzi
Browse files
[archiso] Makefile: use cp -a instead of cp -r for configs/
Signed-off-by:
Gerardo Exequiel Pozzi
<
vmlinuz386@yahoo.com.ar
>
parent
935a2698
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
a13b0e82
...
...
@@ -24,7 +24,7 @@ install-initcpio:
install-examples
:
install
-d
-m
755
$(DESTDIR)
/usr/share/archiso/
cp
-
r
configs
$(DESTDIR)
/usr/share/archiso/
cp
-
a
configs
$(DESTDIR)
/usr/share/archiso/
install-doc
:
install
-D
-m
644 README
$(DESTDIR)
/usr/share/doc/archiso/README
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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