diff options
author | Daniel Baumann <daniel@debian.org> | 2011-07-18 15:10:24 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-07-18 15:10:24 +0200 |
commit | a9159eb2dc757534b2156f4807faec5ccaa0ebf0 (patch) | |
tree | 810cda8ba8c1a8634b3ee2c6df38a771a6743ba1 /Makefile | |
parent | 330d06708dd2e66005dfec01d74aa32cf1aa33dc (diff) | |
download | vyos-live-build-a9159eb2dc757534b2156f4807faec5ccaa0ebf0.tar.gz vyos-live-build-a9159eb2dc757534b2156f4807faec5ccaa0ebf0.zip |
Moving archives meta data arround in source tree.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -41,7 +41,8 @@ build: install: # Installing shared data mkdir -p $(DESTDIR)/usr/share/live/build - cp -r archives cgi data examples functions scripts includes package-lists templates $(DESTDIR)/usr/share/live/build + cp -r cgi data examples functions scripts includes package-lists templates $(DESTDIR)/usr/share/live/build + cp -r share/* $(DESTDIR)/usr/share/live/build # Installing executables mkdir -p $(DESTDIR)/usr/bin |