live-systems.org/gitweb
/
live-images.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed468ae
)
Don't dereference symlinks for image configs in toplevel makefile.
author
Daniel Baumann
<daniel@debian.org>
Fri, 8 Feb 2013 23:33:04 +0000
(
00:33
+0100)
committer
Daniel Baumann
<daniel@debian.org>
Fri, 8 Feb 2013 23:33:23 +0000
(
00:33
+0100)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index
03dcb1b
..
6e6e7f8
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-50,7
+50,7
@@
build:
install:
# Installing image configurations
mkdir -p $(DESTDIR)/usr/share/live
- cp -a
L
images $(DESTDIR)/usr/share/live
+ cp -a images $(DESTDIR)/usr/share/live
# Installing shared data
for IMAGE in $(DESTDIR)/usr/share/live/images/*; do cp VERSION $${IMAGE}/docs; done