diff options
author | Daniel Baumann <daniel@debian.org> | 2012-07-28 18:57:22 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-07-28 18:57:40 +0200 |
commit | cd4a3eddc00eeee8567cb61d68a17fc20af5f468 (patch) | |
tree | de592e8643f29b3dc7bee3a31026186c9d3a05cc /Makefile | |
parent | a16be4ab5e706f07997de6c03d4edd35537368c4 (diff) | |
download | vyos-live-build-cd4a3eddc00eeee8567cb61d68a17fc20af5f468.tar.gz vyos-live-build-cd4a3eddc00eeee8567cb61d68a17fc20af5f468.zip |
Dropping global binary includes and moving binary local-includes to includes, just as with chroot includes and local-includes.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ build: install: # Installing shared data mkdir -p $(DESTDIR)/usr/share/live/build - cp -r frontends/cgi data functions includes package-lists templates VERSION $(DESTDIR)/usr/share/live/build + cp -r frontends/cgi data functions package-lists templates VERSION $(DESTDIR)/usr/share/live/build cp -r share/* $(DESTDIR)/usr/share/live/build # Installing executables |