diff options
author | Daniel Baumann <daniel@debian.org> | 2011-06-15 21:47:45 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-06-15 21:47:45 +0200 |
commit | db4943c415e9c463b43b2296c7650e8ef36534e1 (patch) | |
tree | 47867156d8e54bf4c0dabf84a0adb6a8f1b540a7 /Makefile | |
parent | 9d905734e5c3950ab74d29c08d10ca58472e114d (diff) | |
download | vyos-live-build-db4943c415e9c463b43b2296c7650e8ef36534e1.tar.gz vyos-live-build-db4943c415e9c463b43b2296c7650e8ef36534e1.zip |
Moving internal global package lists from 'lists' to 'package-lists'. This is not a user visible change.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ build: install: # Installing shared data mkdir -p $(DESTDIR)/usr/share/live/build - cp -r archives cgi data examples functions scripts includes lists templates $(DESTDIR)/usr/share/live/build + cp -r archives cgi data examples functions scripts includes package-lists templates $(DESTDIR)/usr/share/live/build # Installing executables mkdir -p $(DESTDIR)/usr/bin |