diff options
author | Daniel Baumann <daniel@debian.org> | 2011-08-08 21:19:44 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-08-08 21:19:44 +0200 |
commit | 9a94a6d6d99eb0bb9c32b0ec2fb22932442f66d4 (patch) | |
tree | d137cc56c1313985692d783b00dd05419d635da3 /Makefile | |
parent | be6a22556b1410ef50f7abe472ad68b7f10635a8 (diff) | |
download | vyos-live-build-9a94a6d6d99eb0bb9c32b0ec2fb22932442f66d4.tar.gz vyos-live-build-9a94a6d6d99eb0bb9c32b0ec2fb22932442f66d4.zip |
Using global version file rather than using copied information in functions/common.sh.
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 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 VERSION $(DESTDIR)/usr/share/live/build cp -r share/* $(DESTDIR)/usr/share/live/build # Installing executables |